mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 12:52:35 -03:00
bench: Remove unused argsman.ClearArgs
This commit is contained in:
parent
fa46aebeb1
commit
fae00a77e2
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue