mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-02 14:03:10 +00:00
Increase number of iterations
This commit is contained in:
parent
a0e9d8cb02
commit
57fc6b3a04
@ -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)..."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user