Skip to content

Instantly share code, notes, and snippets.

@nelhage
Last active December 13, 2020 01:55
Show Gist options
  • Save nelhage/19be47380d69c21fede300429b147e1e to your computer and use it in GitHub Desktop.
Save nelhage/19be47380d69c21fede300429b147e1e to your computer and use it in GitHub Desktop.
# BoringSSL build times, Pixelbook
# `make -j5`, local compiler
real 2m40.180s
user 8m37.189s
sys 1m21.565s
# `ninja -j6`, local
real 2m35.987s
user 7m53.337s
sys 1m14.439s
# `ninja -j5`, local
real 2m25.137s
user 7m50.970s
sys 1m9.909s
# `make -j16`, llamacc
real 1m17.551s
user 2m31.005s
sys 1m8.905s
# `make -j24`, llamacc
real 1m4.277s
user 2m26.104s
sys 1m7.565s
# `make -j`, llamacc
real 1m20.061s
user 2m36.430s
sys 1m20.083s
# `make -j -l 4`, llamacc, with .S support
real 1m45.215s
user 1m59.097s
sys 0m55.483s
# `make -j`, llamacc, with .S support
real 1m17.301s
user 2m47.110s
sys 1m25.453s
# with persistent daemon, commit=7802ec1e0d760fd0727c14ae2ad859ea8dec034e
# `make -j24`
real 0m44.329s
user 1m19.302s
sys 0m48.298s
# `make -j`
real 0m50.868s
user 1m23.009s
sys 0m51.964s
# `ninja -j24`
real 0m45.237s
user 1m7.564s
sys 0m43.404s
# `ninja -j24` (second try)
real 0m40.968s
user 1m14.195s
sys 0m45.184s
# `ninja -j100`
real 0m43.352s
user 1m16.971s
sys 0m47.374s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment