Skip to content

Instantly share code, notes, and snippets.

@gardner
Last active September 5, 2017 08:18
Show Gist options
  • Save gardner/fa16aaa2df422738a4689d008bddb1e9 to your computer and use it in GitHub Desktop.
Save gardner/fa16aaa2df422738a4689d008bddb1e9 to your computer and use it in GitHub Desktop.
AWS c4.large vs Scaleway C2L
[email protected]:~# sysbench --test=cpu --cpu-max-prime=20000 run
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 1
Doing CPU performance benchmark
Threads started!
Done.
Maximum prime number checked in CPU test: 20000
Test execution summary:
total time: 27.7730s
total number of events: 10000
total time taken by event execution: 27.7702
per-request statistics:
min: 2.69ms
avg: 2.78ms
max: 7.43ms
approx. 95 percentile: 2.78ms
Threads fairness:
events (avg/stddev): 10000.0000/0.00
execution time (avg/stddev): 27.7702/0.00
root@C2L:~# sysbench --test=cpu --cpu-max-prime=20000 run
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 1
Doing CPU performance benchmark
Threads started!
Done.
Maximum prime number checked in CPU test: 20000
Test execution summary:
total time: 45.4960s
total number of events: 10000
total time taken by event execution: 45.4938
per-request statistics:
min: 4.54ms
avg: 4.55ms
max: 5.46ms
approx. 95 percentile: 4.56ms
Threads fairness:
events (avg/stddev): 10000.0000/0.00
execution time (avg/stddev): 45.4938/0.00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment