Skip to content

Instantly share code, notes, and snippets.

@z3ntu
Last active May 25, 2020 15:44
Show Gist options
  • Save z3ntu/1eb37f7cf2fd2d33fe48ad2d1639385d to your computer and use it in GitHub Desktop.
Save z3ntu/1eb37f7cf2fd2d33fe48ad2d1639385d to your computer and use it in GitHub Desktop.
Sysbench values for my different computers/servers

Sysbench benchmarks

Tested with sysbench 0.4.12 (Command: sysbench --test=cpu --num-threads=$numThreads run)

HP ProBook

CPU: Intel(R) Core(TM) i5-4200M CPU @ 2.50GHz

  • 1 thread: 10.3467s
  • 4 threads: 2.9861s
  • 8 threads: 3.0074s

My computer at home

CPU: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz

  • 1 thread: 8.2942s
  • 4 threads: 2.2309s
  • 8 threads: 1.3468s

My laptop

CPU: Intel(R) Core(TM) i7-4700HQ CPU @ 2.40GHz

  • 1 thread: 9.5726s
  • 4 threads: 2.4934s
  • 8 threads: 1.4058s

DigitalOcean

Model: 5$/month
Price: 5$/month
CPU: Virtualized (1 core)

  • 1 thread: 15.3636s
  • 4 threads: 14.7733s
  • 8 threads: 15.5465s

Microsoft Azure

Model: Basic A2 (2 cores, 3.5 GB memory) Price: 64€/month (estimated)
CPU: Virtualized (2 cores)

  • 1 thread: 39.8575s
  • 2 threads: 20.2594s
  • 4 threads: 20.0717s
  • 8 threads: 20.2590s

Microsoft Azure

Model: Basic A3 (4 cores, 7 GB memory)
Price: 127.99€/month (estimated)
CPU: Virtualized (4 cores)

  • 1 thread: 28.7211s
  • 2 threads: 14.4235s
  • 4 threads: 7.0223s
  • 8 threads: 7.1894s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment