diff options
author | Tony Butler <spudz76@gmail.com> | 2018-04-22 23:08:18 -0600 |
---|---|---|
committer | Tony Butler <spudz76@gmail.com> | 2018-05-17 13:55:28 -0600 |
commit | 726e29e3b236cee885165085afa42dd80cac40c8 (patch) | |
tree | d8c78cd68e5ae2df9f6088ccc6a319c6ce8ab8cb /xmrstak/params.hpp | |
parent | 53e0327034de48e4692940db1550a4a94d3d257d (diff) | |
download | xmr-stak-726e29e3b236cee885165085afa42dd80cac40c8.zip xmr-stak-726e29e3b236cee885165085afa42dd80cac40c8.tar.gz |
Add options to set wait/work time for benchmark; Fixup as req
Diffstat (limited to 'xmrstak/params.hpp')
-rw-r--r-- | xmrstak/params.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmrstak/params.hpp b/xmrstak/params.hpp index 6e676cf..16089ae 100644 --- a/xmrstak/params.hpp +++ b/xmrstak/params.hpp @@ -54,6 +54,8 @@ struct params // block_version >= 0 enable benchmark int benchmark_block_version = -1; + int benchmark_wait_sec = 30; + int benchmark_work_sec = 60; params() : binaryName("xmr-stak"), |