Print benchmark url

This commit is contained in:
XMRig 2020-10-30 23:24:01 +07:00
parent 4914fefb1f
commit 5f314edb2f
No known key found for this signature in database
GPG key ID: 446A53638BE94409
5 changed files with 29 additions and 3 deletions

View file

@ -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;