mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-08-25 01:41:15 +00:00
Increase number of iterations
This commit is contained in:
@@ -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)..."
|
||||
|
||||
Reference in New Issue
Block a user