mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-03 22:43:11 +00:00
Fix indentation
This commit is contained in:
parent
41c1e8de2d
commit
a0e9d8cb02
20
.github/workflows/Repeated_tests_endurancce.yml
vendored
20
.github/workflows/Repeated_tests_endurancce.yml
vendored
@ -41,16 +41,16 @@ jobs:
|
||||
|
||||
- name: Repeated test runs
|
||||
run: |
|
||||
set +e
|
||||
for i in {1..20}; do
|
||||
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 ./...
|
||||
echo "Iteration $i: measuring memory AFTER the tests..."
|
||||
go run tools/memory_record.go --iteration $i --phase end
|
||||
done
|
||||
set -e
|
||||
set +e
|
||||
for i in {1..20}; do
|
||||
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 ./...
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user