1
Fork 0

% -> times

main
Motiejus Jakštys 2022-12-20 13:07:37 +02:00
parent 791c826e17
commit 255db31ad2
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ section below):
2.77 ± 0.08 times faster than 'bazel build --extra_toolchains=@llvm_toolchain_with_sysroot//:cc-toolchain-x86_64-linux --experimental_reuse_sandbox_directories //...'
2.85 ± 0.07 times faster than 'bazel build --platforms=@zig_sdk//libc_aware/platform:linux_amd64_gnu.2.28 --experimental_reuse_sandbox_directories //...'
This demonstrates that **adding a hermetic toolchain to a project caused 177%
This demonstrates that **adding a hermetic toolchain to a project caused 2.77x
slowdown on this project**. Note that we are not counting `llvm_toolchain//...`
as a real toolchain -- one needs a sysroot to compile anything meaningful
anyway (which zig bundles with the compiler).