diff options
author | Jack Lloyd <[email protected]> | 2018-02-02 11:17:11 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-02-02 11:17:11 -0500 |
commit | f48a22b74229f2ccf9926b952e77f5dfb6a8ffb4 (patch) | |
tree | 916010e77c92d65e887f20a05d763fb1a282a6f5 | |
parent | fc3e1ed8c4f461285dc7a29dd6b69847cd61f30d (diff) |
Increase default speed --msec to 300
A good balance between being responsive and reasonable accurate.
At 100 msec lots of errors wrt dynamic throttling etc.
-rw-r--r-- | src/cli/speed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/speed.cpp b/src/cli/speed.cpp index 7dbc7922c..e6ea877e0 100644 --- a/src/cli/speed.cpp +++ b/src/cli/speed.cpp @@ -575,7 +575,7 @@ class Speed final : public Command { public: Speed() - : Command("speed --msec=100 --format=default --provider= --buf-size=1024 --clear-cpuid= --ecc-groups= *algos") {} + : Command("speed --msec=300 --format=default --provider= --buf-size=1024 --clear-cpuid= --ecc-groups= *algos") {} std::vector<std::string> default_benchmark_list() { |