Skip to content

Tooling on steroids

Benjamin Bouvier requested to merge bnjbvr/kresus:tooling-on-steroids into master

This adds caching + parallelization to the build process, reducing the time it takes to run build:dev on my machine:

  • before: 11.44 seconds
  • after, cold cache: 5.42 seconds
  • after, hot cache: 4.08 seconds

Merge request reports