aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/generate_datasets.cc
Commit message (Collapse)AuthorAgeFilesLines
* Added framework for generating/consuming benchmarking data sets.Josh Haberman2016-04-271-0/+114
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.