-
Notifications
You must be signed in to change notification settings - Fork 6
Usage
L3tum edited this page Sep 1, 2019
·
1 revision
Download the tool here.
Execute it :)
Choose the benchmark to execute (replace BENCHMARK with the name of one of the benchmarks down below):
.\benchmarker.exe --benchmark={BENCHMARK}
Automatically detect the number of logical processors and execute the benchmark multithreaded (number of threads = number of logical processors)
.\benchmarker.exe --multithreaded
Manually set the amount of threads to use. Overwrites --multithreaded
.\benchmarker.exe --threads=4
Run the benchmark X times and average out the results. By default the benchmark will be run 3 times
\.benchmarker.exe --runs=5
To combine the above
.\benchmarker.exe --benchmark=zip --multithreaded --runs=64