bench: Remove unused argsman.ClearArgs

This commit is contained in:
MarcoFalke 2020-04-15 19:02:22 -04:00
parent fa46aebeb1
commit fae00a77e2
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -74,8 +74,6 @@ int main(int argc, char** argv)
argsman.GetArg("-plot-height", DEFAULT_PLOT_HEIGHT))); 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); benchmark::BenchRunner::RunAll(*printer, evaluations, scaling_factor, regex_filter, is_list_only);
return EXIT_SUCCESS; return EXIT_SUCCESS;