Skip to content

Instantly share code, notes, and snippets.

@danpette
Created March 15, 2016 07:27
Show Gist options
  • Save danpette/0653d64d6a637212acba to your computer and use it in GitHub Desktop.
Save danpette/0653d64d6a637212acba to your computer and use it in GitHub Desktop.
/////////////////////////////////////////////////////////////////
//////////////////////////////// CPU ////////////////////////
/////////////////////////////////////////////////////////////////
# Scaleway ARM 2.99 Euro
# Cpu: 4 Dedicated
# 50 GB SSD Virtual
#Threads: 1
Maximum prime number checked in CPU test: 20000
Test execution summary:
total time: 685.4768s
total number of events: 10000
total time taken by event execution: 685.4673
per-request statistics:
min: 68.52ms
avg: 68.55ms
max: 71.10ms
approx. 95 percentile: 68.58ms
Threads fairness:
events (avg/stddev): 10000.0000/0.00
execution time (avg/stddev): 685.4673/0.00
-----------------------------------------------------------------
# Threads: 4
Maximum prime number checked in CPU test: 20000
Test execution summary:
total time: 171.3996s
total number of events: 10000
total time taken by event execution: 685.4080
per-request statistics:
min: 68.51ms
avg: 68.54ms
max: 78.96ms
approx. 95 percentile: 68.58ms
Threads fairness:
events (avg/stddev): 2500.0000/0.71
execution time (avg/stddev): 171.3520/0.03
-----------------------------------------------------------------
# Threads: 8
Maximum prime number checked in CPU test: 20000
Test execution summary:
total time: 171.4374s
total number of events: 10000
total time taken by event execution: 1371.0029
per-request statistics:
min: 68.54ms
avg: 137.10ms
max: 214.74ms
approx. 95 percentile: 138.55ms
Threads fairness:
events (avg/stddev): 1250.0000/1.00
execution time (avg/stddev): 171.3754/0.04
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# AWS Micro 10$
# Cpu: 1 Virtual
# 30GB SSD Virtual
# Threads: 1
Maximum prime number checked in CPU test: 20000
Test execution summary:
total time: 29.1919s
total number of events: 10000
total time taken by event execution: 29.1892
per-request statistics:
min: 2.59ms
avg: 2.92ms
max: 3.52ms
approx. 95 percentile: 3.05ms
Threads fairness:
events (avg/stddev): 10000.0000/0.00
execution time (avg/stddev): 29.1892/0.00
-----------------------------------------------------------------
# Threads: 4
Maximum prime number checked in CPU test: 20000
Test execution summary:
total time: 28.7955s
total number of events: 10000
total time taken by event execution: 115.1577
per-request statistics:
min: 2.58ms
avg: 11.52ms
max: 28.79ms
approx. 95 percentile: 18.80ms
Threads fairness:
events (avg/stddev): 2500.0000/1.58
execution time (avg/stddev): 28.7894/0.00
-----------------------------------------------------------------
# Threads: 8
Maximum prime number checked in CPU test: 20000
Test execution summary:
total time: 29.4136s
total number of events: 10000
total time taken by event execution: 235.1574
per-request statistics:
min: 2.65ms
avg: 23.52ms
max: 60.79ms
approx. 95 percentile: 35.00ms
Threads fairness:
events (avg/stddev): 1250.0000/0.50
execution time (avg/stddev): 29.3947/0.01
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
CPU
1 Thread: Aws is x23 times faster then scaleway but x4 times more expensive
4 Threads: Aws is x5.9 times faster then scaleway but x4 times more expensive
8 Threads: Aws is x5.9 times faster then scaleway but x4 times more expensive
/////////////////////////////////////////////////////////////////
//////////////////////////////// MEMORY ///////////////////////
/////////////////////////////////////////////////////////////////
Scaleway Memory Test
Threads: 8
sysbench --test=memory --num-threads=8 --memory-total-size=419600M run
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 8
Doing memory operations speed test
Memory block size: 1K
Memory transfer size: 1808M
Memory operations type: write
Memory scope type: global
Threads started!
Done.
Operations performed: 1851392 (910735.04 ops/sec)
1808.00 MB transferred (889.39 MB/sec)
Test execution summary:
total time: 2.0329s
total number of events: 1851392
total time taken by event execution: 12.5676
per-request statistics:
min: 0.00ms
avg: 0.01ms
max: 30.04ms
approx. 95 percentile: 0.00ms
Threads fairness:
events (avg/stddev): 231424.0000/4285.18
execution time (avg/stddev): 1.5710/0.04
-----------------------------------------------------------------
AWS Memory Test
sysbench --test=memory --num-threads=8 --memory-total-size=419600M run
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 8
Doing memory operations speed test
Memory block size: 1K
Memory transfer size: 419600M
Memory operations type: write
Memory scope type: global
Threads started!
Done.
Operations performed: 429670400 (1627747.10 ops/sec)
419600.00 MB transferred (1589.60 MB/sec)
Test execution summary:
total time: 263.9663s
total number of events: 429670400
total time taken by event execution: 1605.6373
per-request statistics:
min: 0.00ms
avg: 0.00ms
max: 56.02ms
approx. 95 percentile: 0.00ms
Threads fairness:
events (avg/stddev): 53708800.0000/254855.36
execution time (avg/stddev): 200.7047/0.87
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Summary
Operations/s throughput in MB/s
Scaleway 910735 889
AWS 1627747 1589
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment