From 57fc6b3a04bd48e171e7027a9fd1ce7c85a684fe Mon Sep 17 00:00:00 2001 From: aya Date: Sun, 27 Jul 2025 22:03:21 +0300 Subject: [PATCH] Increase number of iterations --- .github/workflows/Repeated_tests_endurancce.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Repeated_tests_endurancce.yml b/.github/workflows/Repeated_tests_endurancce.yml index f5e1149..3cd7820 100644 --- a/.github/workflows/Repeated_tests_endurancce.yml +++ b/.github/workflows/Repeated_tests_endurancce.yml @@ -42,7 +42,7 @@ jobs: - name: Repeated test runs run: | set +e - for i in {1..20}; do + for i in {1..80}; do echo "Iteration $i: measuring memory BEFORE the tests..." go run tools/memory_record.go --iteration $i --phase start echo "Running tests (iteration $i)..."