aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmarks/generate_datasets.cc
Commit message (Collapse)AuthorAge
* Addressed PR comments.Gravatar Josh Haberman2016-05-03
|
* Fixed for pre-C++11 ifstream which does not accept std::string.Gravatar Josh Haberman2016-04-29
|
* Read files directly from filesystem since xxd isn't always available.Gravatar Josh Haberman2016-04-29
|
* Added framework for generating/consuming benchmarking data sets.Gravatar Josh Haberman2016-04-27
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.