Skip to content

Instantly share code, notes, and snippets.

@uggedal
Last active August 29, 2015 14:09
Show Gist options
  • Save uggedal/27e788fcf45e814be2a8 to your computer and use it in GitHub Desktop.
Save uggedal/27e788fcf45e814be2a8 to your computer and use it in GitHub Desktop.
Kernel compile comparison
Hetzner PX90
------------
Xeon E5-1650 v2 12 core, 64GB RAM, RAID-1 spinning disks
# with cached distfiles:
time ./xbps-src -j12 pkg linux3.17
real 11m20.842s
user 101m34.859s
sys 7m0.581s
Linode 2048
-----------
XEN 2 vCPUs (Xeon E5-2680), 2GB RAM, SSD
# with cached distfiles:
time ./xbps-src -j2 pkg linux3.17
real 64m23.711s
user 96m42.977s
sys 23m51.483s
Linode 4096
-----------
XEN 4 vCPUs (Xeon E5-2680), 4GB RAM, SSD
# with cached distfiles:
time ./xbps-src -j4 pkg linux3.17
real 36m40.120s
user 105m51.640s
sys 24m53.016s
Online.net Dedibox XC
---------------------
Atom C2750 8 core, 8GB RAM, SSD
# with cached distfiles:
time ./xbps-src -j8 pkg linux3.17
real 63m25.092s
user 400m27.293s
sys 32m37.315s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment