aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Expand)Author
2013-06-25Support multiple runs of each benchmark.Will Newton
2013-06-21Allow aligning source and destination buffers separately.Will Newton
2013-06-17Disallow 0 byte alignment as it is not meaningful. Also make sure weWill Newton
2013-06-17Support buffers larger than 1MB and fill the whole buffer with randomWill Newton
2013-06-17Check alignment argument is valid.Will Newton
2013-06-17Default alignment to 8 bytes rather than relying on malloc.Will Newton
2012-06-12Add a benchmark stub for memcmp.Michael Hope
2011-09-09Changed 'Linaro Inc.' for the correct 'Linaro Limited' everywhere.Michael Hope
2011-09-02Removed obsolete build files. Updated the license on more files.Michael Hope
2011-09-02Started adding the modified BSD license everywhere.Michael Hope
2011-09-02Added support for tests named try-foo-bar instead of just try-fooMichael Hope
2011-09-01Added support for benchmarking with different alignments.Michael Hope
2011-08-31Added memchr and strchr to the harness. Change to process time for the timers.Michael Hope
2010-09-07Made sure that pure routines such as strlen() are called when benchmarking. ...Michael Hope
2010-09-02Added comments. General tidy up.Michael Hope
2010-09-02Added a README. Re-factored the build into a top level Makefile.Michael Hope
2010-08-31Fleshed out the test harnessMichael Hope
2010-08-30Pulled the raw throughput harness outMichael Hope
2010-08-27Added the dhrystone 2.1 benchmark from benchntMichael Hope