Skip to content

Commit 02b6a21

Browse files
committed
chore: Run the benchmark for two rounds
1 parent b0e9be5 commit 02b6a21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ validate-template: generate-template
9797
# the two.
9898
test-benchmark-compare:
9999
@git fetch
100-
./tests/compare_benchmarks.sh main
101-
./tests/compare_benchmarks.sh ${LATEST_RELEASE_BRANCH}
100+
./tests/compare_benchmarks.sh main 2
101+
./tests/compare_benchmarks.sh ${LATEST_RELEASE_BRANCH} 2
102102

103103
all: all-container
104104

0 commit comments

Comments
 (0)