Skip to content

Instantly share code, notes, and snippets.

@JohannesMP
Created April 20, 2017 12:45
Show Gist options
  • Save JohannesMP/9e83fb8b7b9ade4155702d905c409297 to your computer and use it in GitHub Desktop.
Save JohannesMP/9e83fb8b7b9ade4155702d905c409297 to your computer and use it in GitHub Desktop.
SERVER:
TEST:2 (8 threads), RUNS:10,000
$ time ./run_multiple.sh gcc0-skeleton.exe 2 10000 1000
Testing executable gcc0-skeleton.exe:
- Running Test #2
- Iterations: 10000
- Printing every 1000th iteration
iteration: 1000
iteration: 2000
iteration: 3000
iteration: 4000
iteration: 5000
iteration: 6000
iteration: 7000
iteration: 8000
iteration: 9000
iteration: 10000
-----------------------
TOTAL: 10000
SUCCESS: 10000
FAIL: 0
real 2m48.489s
user 2m40.828s
sys 4m14.844s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment