From 83f243112669b9874a0fd914cc3db7c74664848c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Wed, 6 Nov 2024 09:13:32 +0100 Subject: [PATCH] chore: Run the benchmark for two rounds --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 003868c7d..f49410532 100644 --- a/Makefile +++ b/Makefile @@ -97,8 +97,8 @@ validate-template: generate-template # the two. test-benchmark-compare: @git fetch - ./tests/compare_benchmarks.sh main - ./tests/compare_benchmarks.sh ${LATEST_RELEASE_BRANCH} + ./tests/compare_benchmarks.sh main 2 + ./tests/compare_benchmarks.sh ${LATEST_RELEASE_BRANCH} 2 all: all-container