Fix test command

This commit is contained in:
aya 2025-07-26 18:36:08 +03:00
parent 04f5b7da41
commit 41c1e8de2d

View File

@ -39,8 +39,8 @@ jobs:
- name: Initialize CSV
run: echo "TestName,Iteration,Phase,HeapAlloc(KB),RSS(KB),Timestamp" > memory_metrics.csv
- name: Repeated test runs
run: |
- name: Repeated test runs
run: |
set +e
for i in {1..20}; do
echo "Iteration $i: measuring memory BEFORE the tests..."