Merge pull request #227 from selsta/randomx-benchmark

RandomX benchmark 1.1.11
This commit is contained in:
hyc 2021-11-19 06:08:59 +00:00 committed by GitHub
commit 9efc398c19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ int main(int argc, char** argv) {
store32(&seed, seedValue);
std::cout << "RandomX benchmark v1.1.8" << std::endl;
std::cout << "RandomX benchmark v1.1.11" << std::endl;
if (help) {
printUsage(argv[0]);