aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Sync internal benchmark changesYilun Chong2018-02-091-2/+2
|
* upgrade submoduleYilun Chong2018-02-011-1/+1
|
* Fix java benchmark to use parser, fix cpp benchmark new arena to use Reset, ↵Yilun Chong2018-01-091-4/+4
| | | | format some files
* Add python benchmarkYilun Chong2018-01-051-3/+76
|
* add cppYilun Chong2017-12-141-3/+15
|
* fix bugsYilun Chong2017-12-131-2/+2
|
* Fix bugsYilun Chong2017-12-131-1/+1
|
* Add caliper supported to java benchmarkYilun Chong2017-12-121-10/+11
|
* Fix bugs to pass testsYilun Chong2017-12-041-7/+12
|
* Sync internal benchmark changesYilun Chong2017-12-011-59/+137
|
* Added C++ benchmark. (#1525)Joshua Haberman2016-09-231-1/+10
|
* Add the missing maintiner-clean entry for benchmarksThomas Van Lenten2016-05-061-0/+3
|
* Read files directly from filesystem since xxd isn't always available.Josh Haberman2016-04-291-11/+1
|
* Updates for PR comments.Josh Haberman2016-04-291-1/+2
|
* Added framework for generating/consuming benchmarking data sets.Josh Haberman2016-04-271-0/+75
This takes the code that was sitting in benchmarks/ already and makes it easier for language-specific benchmarks to consume. Future PRs will enhance this so that the language-specific benchmarks can report metrics back that will be tracked over time in PerfKit.