Increase number of iterations

This commit is contained in:
aya 2025-07-27 22:03:21 +03:00
parent a0e9d8cb02
commit 57fc6b3a04

View File

@ -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)..."