Skip to content

Instantly share code, notes, and snippets.

@Munawwar
Last active August 21, 2020 07:22
Show Gist options
  • Save Munawwar/a9d822041235aac9154bde56eb65c861 to your computer and use it in GitHub Desktop.
Save Munawwar/a9d822041235aac9154bde56eb65c861 to your computer and use it in GitHub Desktop.
Cloud machines benchmarks

sysbench --test=cpu --cpu-max-prime=20000 run

(all ubuntu 16)

Summary (95 percentile)

Scaleway DEV1-S = 2.40ms
Scaleway VC1M = 2.51ms
Scaleway VC1S = 2.56ms
Local Machine (Mackbook Pro 2015) = 2.66ms
Hetzner CX21 = 3.00ms
DO 1GB = 3.33ms
Linode 2GB = 4.17ms

Scaleway DEV1-S

Test execution summary:
    total time:                          21.1603s
    total number of events:              10000
    total time taken by event execution: 21.1532
    per-request statistics:
         min:                                  1.93ms
         avg:                                  2.12ms
         max:                                 14.00ms
         approx.  95 percentile:               2.40ms

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

Scaleway VC1M

Test execution summary:
    total time:                          21.7099s
    total number of events:              10000
    total time taken by event execution: 21.6991
    per-request statistics:
         min:                                  1.93ms
         avg:                                  2.17ms
         max:                                 15.07ms
         approx.  95 percentile:               2.51ms

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

Scaleway VC1S

Test execution summary:
    total time:                          22.2619s
    total number of events:              10000
    total time taken by event execution: 22.2502
    per-request statistics:
         min:                                  1.93ms
         avg:                                  2.23ms
         max:                                 10.35ms
         approx.  95 percentile:               2.56ms

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

Local Machine (Mackbook Pro 2015)

CPU speed:
    events per second:   395.71

General statistics:
    total time:                          10.0005s
    total number of events:              3958

Latency (ms):
         min:                                    2.47
         avg:                                    2.53
         max:                                    5.00
         95th percentile:                        2.66
         sum:                                 9997.48

Threads fairness:
    events (avg/stddev):           3958.0000/0.00
    execution time (avg/stddev):   9.9975/0.00

Hetzner CX21

Test execution summary:
    total time:                          27.3380s
    total number of events:              10000
    total time taken by event execution: 27.3353
    per-request statistics:
         min:                                  2.42ms
         avg:                                  2.73ms
         max:                                 13.73ms
         approx.  95 percentile:               3.00ms

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

DO 1GB

Test execution summary:
    total time:                          32.6567s
    total number of events:              10000
    total time taken by event execution: 32.6546
    per-request statistics:
         min:                                  3.12ms
         avg:                                  3.27ms
         max:                                  4.26ms
         approx.  95 percentile:               3.33ms

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

Linode 2GB

Test execution summary:
    total time:                          40.8249s
    total number of events:              10000
    total time taken by event execution: 40.8061
    per-request statistics:
         min:                                  3.22ms
         avg:                                  4.08ms
         max:                                 10.86ms
         approx.  95 percentile:               4.17ms

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