Skip to content

Instantly share code, notes, and snippets.

@smcl
Created March 7, 2017 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smcl/c1767ab9c04b0eb1fdbe8266cd27ebf6 to your computer and use it in GitHub Desktop.
Save smcl/c1767ab9c04b0eb1fdbe8266cd27ebf6 to your computer and use it in GitHub Desktop.
single-core sysbench on the thinkpad x250
$ sysbench --num-threads=1 --test=cpu --cpu-max-prime=20000 --validate run
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 1
Additional request validation enabled.
Doing CPU performance benchmark
Threads started!
Done.
Maximum prime number checked in CPU test: 20000
Test execution summary:
total time: 23.6497s
total number of events: 10000
total time taken by event execution: 23.6482
per-request statistics:
min: 2.33ms
avg: 2.36ms
max: 4.20ms
approx. 95 percentile: 2.49ms
Threads fairness:
events (avg/stddev): 10000.0000/0.00
execution time (avg/stddev): 23.6482/0.00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment