From d3d495be5171643e7493e0661ffdd4f85f50aa40 Mon Sep 17 00:00:00 2001 From: Adam Washington Date: Wed, 8 Jan 2025 11:25:16 +0000 Subject: [PATCH] No changes to src between build and run of benchmarks --- .github/workflows/benchmark.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 64dbcc505d..32485a0de3 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -49,6 +49,8 @@ jobs: nix build -L .#benchmarks + rm result + nix run .#benchmarks > all_benchmark_results.json cat all_benchmark_results.json