From 996aed4faccd25aa328ce3c00ceb98a64d6c0db8 Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 19 Mar 2025 12:28:52 +0200 Subject: [PATCH] Add 100 iteration for the CI job --- .github/workflows/endurancce_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/endurancce_test.yml b/.github/workflows/endurancce_test.yml index b74989b..68be0a8 100644 --- a/.github/workflows/endurancce_test.yml +++ b/.github/workflows/endurancce_test.yml @@ -44,7 +44,7 @@ jobs: - name: Repeated test runs run: | set +e - for i in {1..10}; do + for i in {1..100}; do echo "Iteration $i: measuring memory BEFORE the tests..." go run tools/memory_record.go --iteration $i --phase start echo "Running tests (iteration $i)..."