aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Expand)Author
2020-02-22Add a std::map, std::unordered_map benchmark.Christopher Ferris
2020-02-19benchmarks: add 16 and 32 bytes to common sizesJake Weinstein
2020-02-03Merge "Add an end-to-end property benchmark."Tom Cherry
2020-01-29Add a couple of new benchmarks.Christopher Ferris
2020-01-15Add a liblog dependencyRyan Prichard
2020-01-14Add a linker relocation benchmarkRyan Prichard
2020-01-09Add liblog as a dependency where libbase is used.Tom Cherry
2019-12-05Add mallopt M_PURGE benchmark.Christopher Ferris
2019-11-13Remove unused code.Christopher Ferris
2019-11-12Revert "Revert "Make system property reads wait-free""Raman Tenneti
2019-11-12Revert "Make system property reads wait-free"Raman Tenneti
2019-11-11Make system property reads wait-freeDaniel Colascione
2019-10-16Add dladdr benchmark.Steven Moreland
2019-10-08Reimplement the <ctype.h> is* functions.Elliott Hughes
2019-09-27Merge "Revert "Revert "Add benchmarks that run simple programs"""ndk-r21endk-r21dndk-r21cndk-r21bndk-r21-rc1ndk-r21-beta2ndk-r21-beta1ndk-r21ndk-release-r21Ryan Prichard
2019-09-26Add trivial <ctype.h> benchmarks.Elliott Hughes
2019-09-26Revert "Revert "Add benchmarks that run simple programs""Ryan Prichard
2019-09-26Merge "benchmarks: remove more boilerplate."Elliott Hughes
2019-09-26Merge "Revert "Add benchmarks that run simple programs""Raman Tenneti
2019-09-26Revert "Add benchmarks that run simple programs"Raman Tenneti
2019-09-26benchmarks: remove more boilerplate.Elliott Hughes
2019-09-25Add trivial towlower/towupper benchmarks.Elliott Hughes
2019-09-25Merge "run-on-host fixes"Ryan Prichard
2019-09-25Add benchmarks that run simple programsRyan Prichard
2019-09-24run-on-host fixesRyan Prichard
2019-04-27Merge "Fix running tests/benchmarks on the host."Elliott Hughes
2019-04-26Fix running tests/benchmarks on the host.Elliott Hughes
2019-04-23Update doc comment about running the benchmarks.Elliott Hughes
2019-04-05Add malloc benchmarks.Christopher Ferris
2019-03-29Modernise code to use override specifierYi Kong
2019-01-02Fix/suppress bionic google-explicit-constructor warningsChih-Hung Hsieh
2018-11-14switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn
2018-11-07Fix test failures.Christopher Ferris
2018-10-19Make the test less specific.Christopher Ferris
2018-10-18Add benchmarks for heap size retrievalHans Boehm
2018-09-25Merge "Only use NDK libraries in the benchmarks."Elliott Hughes
2018-09-24Only use NDK libraries in the benchmarks.Elliott Hughes
2018-09-20Touch the memory when doing malloc/free benchmark.Christopher Ferris
2018-09-14Merge "benchmarks: Fix the benchmark tests."Peter Collingbourne
2018-09-13benchmarks: Update the documentation.Peter Collingbourne
2018-09-13benchmarks: Fix the benchmark tests.Peter Collingbourne
2018-08-21Add benchmark for strncmpHaibo Huang
2018-08-14Add new malloc benchmarks.Christopher Ferris
2018-08-11Fix benchmark-testsHaibo Huang
2018-08-11Add new strcmp/strncmp benchmarkAdhemerval Zanella
2018-08-11Add new memcmp benchmarkAdhemerval Zanella
2018-08-11Add option to define ranges sets for benchmarksAdhemerval Zanella
2018-08-08Add pow benchmarkAdhemerval Zanella
2018-08-08Add log and log2 benchmarkAdhemerval Zanella
2018-08-08Add exp and exp2 benchmarkAdhemerval Zanella