From 85b044ebf4338b6f9f5e87f64f9e31bc8b591ac4 Mon Sep 17 00:00:00 2001 From: Marcos Lilljedahl Date: Tue, 22 Mar 2022 17:24:48 -0300 Subject: [PATCH] Update macOS benchmarks Signed-off-by: Marcos Lilljedahl --- docs/getting-started/1200-local-dev.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/getting-started/1200-local-dev.md b/docs/getting-started/1200-local-dev.md index 051f8ffe..2282fe96 100644 --- a/docs/getting-started/1200-local-dev.md +++ b/docs/getting-started/1200-local-dev.md @@ -88,16 +88,16 @@ I change this line to `What must be done today?` and run the build locally again dagger do build [✔] client.filesystem.".".read 0.0s -[✔] actions.deps 40.8s +[✔] actions.deps 7.5s [✔] actions.test.script 0.0s -[✔] actions.test 6.3s +[✔] actions.test 6.0s [✔] actions.build.run.script 0.0s -[✔] actions.build.run 43.6s -[✔] actions.build.contents 0.4s +[✔] actions.build.run 29.2s +[✔] actions.build.contents 0.0s [✔] client.filesystem.build.write 0.1s ``` -The total `84.4` time is macOS specific, since the Linux alternative is more than 5x quicker. +The total `42.8` time is macOS specific, since the Linux alternative is more than 8x quicker. Either way, this local test & build loop is likely to change our approach to iterating on changes. It becomes even more obvious when the change is not as straightforward as knowing _exactly_ which line to edit.