mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-10 09:53:12 +00:00
fix file name in yml file
This commit is contained in:
parent
5cb5551aa8
commit
f95801a278
4
.github/workflows/endurancce_test.yml
vendored
4
.github/workflows/endurancce_test.yml
vendored
@ -28,11 +28,11 @@ jobs:
|
||||
run: |
|
||||
for i in {1..10}; do
|
||||
echo "Iteration $i: measuring memory BEFORE the tests..."
|
||||
go run waku/memory_utils.go --iteration $i --phase start
|
||||
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 waku/memory_utils.go --iteration $i --phase end
|
||||
go run tools/memory_record.go --iteration $i --phase end
|
||||
done
|
||||
|
||||
- name: Upload memory_metrics.csv
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user