Merge 57fc6b3a04bd48e171e7027a9fd1ce7c85a684fe into 5da314e0f7a10086b2d5ce7c67e3ace6552c7412

This commit is contained in:
AYAHASSAN287 2026-06-14 14:21:58 +03:00 committed by GitHub
commit 1f3c4231a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,12 +54,13 @@ jobs:
echo "Iteration $i: measuring memory BEFORE the tests..."
go run tools/memory_record.go --iteration $i --phase start
echo "Running tests (iteration $i)..."
go test -v -tags '!stress' ./...
go test -v -tags=stress ./...
echo "Iteration $i: measuring memory AFTER the tests..."
go run tools/memory_record.go --iteration $i --phase end
done
set -e
- name: Upload memory_metrics.csv
uses: actions/upload-artifact@v4
with: