mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-08 17:03:11 +00:00
Merge 57fc6b3a04bd48e171e7027a9fd1ce7c85a684fe into 555b747d2641bd1b6d9e9b52f45a356c2688b580
This commit is contained in:
commit
cbd59f6aba
@ -46,12 +46,13 @@ jobs:
|
|||||||
echo "Iteration $i: measuring memory BEFORE the tests..."
|
echo "Iteration $i: measuring memory BEFORE the tests..."
|
||||||
go run tools/memory_record.go --iteration $i --phase start
|
go run tools/memory_record.go --iteration $i --phase start
|
||||||
echo "Running tests (iteration $i)..."
|
echo "Running tests (iteration $i)..."
|
||||||
go test -v -tags '!stress' ./...
|
go test -v -tags=stress ./...
|
||||||
echo "Iteration $i: measuring memory AFTER the tests..."
|
echo "Iteration $i: measuring memory AFTER the tests..."
|
||||||
go run tools/memory_record.go --iteration $i --phase end
|
go run tools/memory_record.go --iteration $i --phase end
|
||||||
done
|
done
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
||||||
- name: Upload memory_metrics.csv
|
- name: Upload memory_metrics.csv
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user