aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/generate_datasets.cc
Commit message (Collapse)AuthorAgeFilesLines
* Addressed PR comments.Josh Haberman2016-05-031-12/+7
|
* Fixed for pre-C++11 ifstream which does not accept std::string.Josh Haberman2016-04-291-2/+2
|
* Read files directly from filesystem since xxd isn't always available.Josh Haberman2016-04-291-5/+13
|
* 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.