Skip to content

Instantly share code, notes, and snippets.

@molind
Created January 14, 2022 20:12
Show Gist options
  • Save molind/b35e11b11221ff8af76c8852eaaa63a6 to your computer and use it in GitHub Desktop.
Save molind/b35e11b11221ff8af76c8852eaaa63a6 to your computer and use it in GitHub Desktop.
sysbench 60s on Apple macbook air M1
WARNING: --num-threads is deprecated, use --threads instead
sysbench 1.0.20 (using system LuaJIT 2.1.0-beta3)
Running the test with following options:
Number of threads: 8
Initializing random number generator from current time
Prime numbers limit: 10000
Initializing worker threads...
Threads started!
CPU speed:
events per second: 12988172.62
General statistics:
total time: 60.0001s
total number of events: 779294838
Latency (ms):
min: 0.00
avg: 0.00
max: 18446744073709.55
95th percentile: 0.00
sum: 144843.89
Threads fairness:
events (avg/stddev): 97411854.7500/1137428.48
execution time (avg/stddev): 18.1055/0.27
sysbench 1.0.20 (using system LuaJIT 2.1.0-beta3)
Running the test with following options:
Number of threads: 1
Initializing random number generator from current time
Prime numbers limit: 10000
Initializing worker threads...
Threads started!
CPU speed:
events per second: 13767028.57
General statistics:
total time: 60.0001s
total number of events: 826028185
Latency (ms):
min: 0.00
avg: 0.00
max: 1.07
95th percentile: 0.00
sum: 11042.59
Threads fairness:
events (avg/stddev): 826028185.0000/0.00
execution time (avg/stddev): 11.0426/0.00
WARNING: --num-threads is deprecated, use --threads instead
sysbench 1.0.20 (using system LuaJIT 2.1.0-beta3)
Running the test with following options:
Number of threads: 8
Initializing random number generator from current time
Running memory speed test with the following options:
block size: 1KiB
total size: 102400MiB
operation: write
scope: global
Initializing worker threads...
Threads started!
Total operations: 77542490 (7753875.26 per second)
75725.09 MiB transferred (7572.14 MiB/sec)
General statistics:
total time: 10.0001s
total number of events: 77542490
Latency (ms):
min: 0.00
avg: 0.00
max: 10.56
95th percentile: 0.00
sum: 71705.08
Threads fairness:
events (avg/stddev): 9692811.2500/19267.35
execution time (avg/stddev): 8.9631/0.01
sysbench 1.0.20 (using system LuaJIT 2.1.0-beta3)
Running the test with following options:
Number of threads: 1
Initializing random number generator from current time
Running memory speed test with the following options:
block size: 1KiB
total size: 102400MiB
operation: write
scope: global
Initializing worker threads...
Threads started!
Total operations: 93796813 (9379319.26 per second)
91598.45 MiB transferred (9159.49 MiB/sec)
General statistics:
total time: 10.0000s
total number of events: 93796813
Latency (ms):
min: 0.00
avg: 0.00
max: 0.05
95th percentile: 0.00
sum: 5455.79
Threads fairness:
events (avg/stddev): 93796813.0000/0.00
execution time (avg/stddev): 5.4558/0.00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment