Add a benchmark-default-sizes action to benchmark-blocking-sizes.cpp

This commit is contained in:
Benoit Jacob
2015-03-03 11:41:21 -05:00
parent 37a93c4263
commit eae8e27b7d
3 changed files with 191 additions and 90 deletions

View File

@@ -559,8 +559,8 @@ void show_usage_and_exit(int argc, char* argv[],
int main(int argc, char* argv[])
{
cout.precision(3);
cerr.precision(3);
cout.precision(4);
cerr.precision(4);
vector<unique_ptr<action_t>> available_actions;
available_actions.emplace_back(new partition_action_t);