mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-09 17:33:06 +00:00
Add 100 iteration for the CI job
This commit is contained in:
parent
a2c861f972
commit
996aed4fac
2
.github/workflows/endurancce_test.yml
vendored
2
.github/workflows/endurancce_test.yml
vendored
@ -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)..."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user