Fix yml file

This commit is contained in:
aya 2025-05-17 23:36:35 +03:00
parent 3aabe64cf6
commit 6aa0c8afa7
3 changed files with 13 additions and 11 deletions

View File

@ -2,7 +2,7 @@ name: Repeated Test Suite
on: on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
repeated-tests: repeated-tests:
runs-on: [self-hosted, ubuntu-22.04] runs-on: [self-hosted, ubuntu-22.04]
@ -14,13 +14,13 @@ jobs:
submodules: true submodules: true
fetch-depth: 0 fetch-depth: 0
- name: Initialize & update submodules - name: Initialize submodules
run: git submodule update --init --recursive run: git submodule update --init --recursive
- name: Prepare third_party directory - name: Prepare third_party directory
run: | run: |
mkdir -p third_party mkdir -p third_party
chown $USER third_party chown $USER third_party
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v4
@ -30,12 +30,8 @@ jobs:
- name: Install Go dependencies - name: Install Go dependencies
run: go mod download run: go mod download
- name: Build nwaku dependencies - name: Build dependencies
run: | run: make -C waku
cd third_party/nwaku
make update
make libwaku
make -C waku
- name: Clean environment - name: Clean environment
run: go clean -cache run: go clean -cache

2
third_party/nwaku vendored

@ -1 +1 @@
Subproject commit 542968e8ab90ea56ccf52145109dd25b38a7c7b7 Subproject commit c0dd33e161b58fa7635199464e0fc5bedaaad653

6
waku/px_load_metrics.csv Normal file
View File

@ -0,0 +1,6 @@
TestName,Phase,HeapAlloc(KB),RSS(KB),Timestamp
TestStressHighThroughput10kPublish,at start,1373,41688,2025-05-17T22:36:16+03:00
TestStressHighThroughput10kPublish,at end,1500,42200,2025-05-17T22:36:16+03:00
TestStressStoreQuery5kMessagesWithPagination,at start,1063,42612,2025-05-17T22:37:16+03:00
TestStressStoreQuery5kMessagesWithPagination,at start,1099,42960,2025-05-17T22:39:38+03:00
TestStressStoreQuery5kMessagesWithPagination,at end,1237,43216,2025-05-17T22:39:38+03:00
1 TestName Phase HeapAlloc(KB) RSS(KB) Timestamp
2 TestStressHighThroughput10kPublish at start 1373 41688 2025-05-17T22:36:16+03:00
3 TestStressHighThroughput10kPublish at end 1500 42200 2025-05-17T22:36:16+03:00
4 TestStressStoreQuery5kMessagesWithPagination at start 1063 42612 2025-05-17T22:37:16+03:00
5 TestStressStoreQuery5kMessagesWithPagination at start 1099 42960 2025-05-17T22:39:38+03:00
6 TestStressStoreQuery5kMessagesWithPagination at end 1237 43216 2025-05-17T22:39:38+03:00