Print benchmark url
This commit is contained in:
parent
4914fefb1f
commit
5f314edb2f
5 changed files with 29 additions and 3 deletions
|
@ -181,7 +181,11 @@ static inline const std::string &usage()
|
|||
|
||||
# ifdef XMRIG_FEATURE_BENCHMARK
|
||||
u += " --stress run continuous stress test to check system stability\n";
|
||||
u += " --bench=N run benchmark in offline mode, N can be between 1M and 10M\n";
|
||||
u += " --bench=N run benchmark, N can be between 1M and 10M\n";
|
||||
u += " --submit perform an online benchmark and submit result for sharing\n";
|
||||
u += " --verify=ID verify submitted benchmark by ID\n";
|
||||
u += " --seed=SEED custom RandomX seed for benchmark\n";
|
||||
u += " --hash=HASH compare benchmark result with specified hash\n";
|
||||
# endif
|
||||
|
||||
return u;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue