% -> times
This commit is contained in:
parent
791c826e17
commit
255db31ad2
@ -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.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 //...'
|
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//...`
|
slowdown on this project**. Note that we are not counting `llvm_toolchain//...`
|
||||||
as a real toolchain -- one needs a sysroot to compile anything meaningful
|
as a real toolchain -- one needs a sysroot to compile anything meaningful
|
||||||
anyway (which zig bundles with the compiler).
|
anyway (which zig bundles with the compiler).
|
||||||
|
Loading…
Reference in New Issue
Block a user