mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-02 14:03:10 +00:00
Fix test command
This commit is contained in:
parent
04f5b7da41
commit
41c1e8de2d
@ -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..."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user