From fa06b371bfe068b79d02046569cb10e543f566c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 16 Dec 2022 05:13:15 +0200 Subject: [PATCH] wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a929433..034c9bb 100644 --- a/README.md +++ b/README.md @@ -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