summaryrefslogtreecommitdiff
path: root/benchmarks/string_benchmark.cpp
AgeCommit message (Expand)Author
2020-10-22Make more use of benchmark::DoNotOptimize in benchmarks.Elliott Hughes
2018-08-21Add benchmark for strncmpHaibo Huang
2017-11-30Add new benchmark options.Christopher Ferris
2017-11-30Generate all the benchmarks to run.Christopher Ferris
2017-08-09Improve error handling and fix minor bugs in bionic benchmarks.Anders Lewis
2017-08-09Add musl benchmarks.Anders Lewis
2017-08-07Implement interface for bionic benchmarks.Anders Lewis
2017-07-12Support memory alignment tests for string_benchmark.cppAnders Lewis
2017-06-14Add benchmarks for strcpy and strcmp.Anders Lewis
2017-06-14Add copy-only, seek-only, and copy-and-seek benchmarks for strcatAnders Lewis
2017-06-09Split memmove benchmark into separate overlapping (src before dst and dst bef...Anders Lewis
2016-11-15Fix deprecated range_x() calls.Martijn Coenen
2016-06-10Fix misc-macro-parentheses warnings in bionic.Chih-Hung Hsieh
2016-03-07Switch bionic over to google-benchmark.Elliott Hughes
2015-02-19Refactor the benchmark code.Christopher Ferris
2013-12-10bionic: move benchmarks out of tests directoryColin Cross