bench: Remove unused argsman.ClearArgs

This commit is contained in:
MarcoFalke
2020-04-15 19:02:22 -04:00
parent fa46aebeb1
commit fae00a77e2

View File

@@ -74,8 +74,6 @@ int main(int argc, char** argv)
argsman.GetArg("-plot-height", DEFAULT_PLOT_HEIGHT)));
}
argsman.ClearArgs(); // argsman no longer needed. Clear it here to avoid interactions with the testing setup in the benches
benchmark::BenchRunner::RunAll(*printer, evaluations, scaling_factor, regex_filter, is_list_only);
return EXIT_SUCCESS;