Add 100 iteration for the CI job

This commit is contained in:
aya 2025-03-19 12:28:52 +02:00
parent a2c861f972
commit 996aed4fac

View File

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