Skip to content

Instantly share code, notes, and snippets.

@z3ntu
Last active June 26, 2016 19:39
Show Gist options
  • Save z3ntu/39501ea4a064332d09c8c05f82d79ee5 to your computer and use it in GitHub Desktop.
Save z3ntu/39501ea4a064332d09c8c05f82d79ee5 to your computer and use it in GitHub Desktop.
Sysbench comparison for the Raspberry Pi

Raspberry Pi Sysbench benchmark

Software: sysbench 0.4.12

Command:

sysbench --test=cpu run

OS: Arch Linux ARM

Raspberry Pi 1 B

Test execution summary:
    total time:                          329.2416s
    total number of events:              10000
    total time taken by event execution: 329.2014
    per-request statistics:
         min:                                 32.83ms
         avg:                                 32.92ms
         max:                                 42.14ms
         approx.  95 percentile:              33.02ms

Threads fairness:
    events (avg/stddev):           10000.0000/0.00
    execution time (avg/stddev):   329.2014/0.00

Raspberry Pi Zero

Test execution summary:
    total time:                          230.8866s
    total number of events:              10000
    total time taken by event execution: 230.8559
    per-request statistics:
         min:                                 22.84ms
         avg:                                 23.09ms
         max:                                 34.07ms
         approx.  95 percentile:              23.47ms

> Threads fairness:
    events (avg/stddev):           10000.0000/0.00
    execution time (avg/stddev):   230.8559/0.00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment