Skip to content

Instantly share code, notes, and snippets.

@abulte
Created January 10, 2013 12:11
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 abulte/4501576 to your computer and use it in GitHub Desktop.
Save abulte/4501576 to your computer and use it in GitHub Desktop.
Cubie vs RPI benchmark | CPU
## RPI 1/2
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: 10000
Test execution summary:
total time: 506.7118s
total number of events: 10000
total time taken by event execution: 506.6690
per-request statistics:
min: 49.78ms
avg: 50.67ms
max: 106.44ms
approx. 95 percentile: 51.70ms
Threads fairness:
events (avg/stddev): 10000.0000/0.00
execution time (avg/stddev): 506.6690/0.00
## RPI 2/2
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: 10000
Test execution summary:
total time: 506.6683s
total number of events: 10000
total time taken by event execution: 506.6226
per-request statistics:
min: 50.30ms
avg: 50.66ms
max: 254.64ms
approx. 95 percentile: 51.64ms
Threads fairness:
events (avg/stddev): 10000.0000/0.00
execution time (avg/stddev): 506.6226/0.00
## Cubie 1/2
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: 10000
Test execution summary:
total time: 237.8620s
total number of events: 10000
total time taken by event execution: 237.8363
per-request statistics:
min: 23.71ms
avg: 23.78ms
max: 49.48ms
approx. 95 percentile: 23.78ms
Threads fairness:
events (avg/stddev): 10000.0000/0.00
execution time (avg/stddev): 237.8363/0.00
## Cubie 2/2
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: 10000
Test execution summary:
total time: 238.0182s
total number of events: 10000
total time taken by event execution: 237.9882
per-request statistics:
min: 23.71ms
avg: 23.80ms
max: 47.81ms
approx. 95 percentile: 23.78ms
Threads fairness:
events (avg/stddev): 10000.0000/0.00
execution time (avg/stddev): 237.9882/0.00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment