1
Fork 0
main
Motiejus Jakštys 2022-12-16 05:13:15 +02:00
parent 49bb148282
commit fa06b371bf
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ Results
Explanation:
* `--spawn_strategy=local` is the baseline. This is the fastest possible
approach (no sandbox), but does never runs in production.
* `--spawn_strategy=local` is the baseline. This is the theoretically fastest
approach (no sandbox), but unfit for production.
* `--spawn_strategy=sandboxed` is the default for Bazel. This is what happens
if one does not pass any arguments.
* `--spawn_strategy=sandboxed --experimental_reuse_sandbox_directories` is an