diff --git a/.github/workflows/Repeated_tests_endurancce.yml b/.github/workflows/Repeated_tests_endurancce.yml index 06ea67c..0632cb0 100644 --- a/.github/workflows/Repeated_tests_endurancce.yml +++ b/.github/workflows/Repeated_tests_endurancce.yml @@ -2,7 +2,7 @@ name: Repeated Test Suite on: workflow_dispatch: - + jobs: repeated-tests: runs-on: [self-hosted, ubuntu-22.04] @@ -14,13 +14,13 @@ jobs: submodules: true fetch-depth: 0 - - name: Initialize & update submodules + - name: Initialize submodules run: git submodule update --init --recursive - name: Prepare third_party directory run: | - mkdir -p third_party - chown $USER third_party + mkdir -p third_party + chown $USER third_party - name: Set up Go uses: actions/setup-go@v4 @@ -30,12 +30,8 @@ jobs: - name: Install Go dependencies run: go mod download - - name: Build nwaku dependencies - run: | - cd third_party/nwaku - make update - make libwaku - make -C waku + - name: Build dependencies + run: make -C waku - name: Clean environment run: go clean -cache diff --git a/third_party/nwaku b/third_party/nwaku index 542968e..c0dd33e 160000 --- a/third_party/nwaku +++ b/third_party/nwaku @@ -1 +1 @@ -Subproject commit 542968e8ab90ea56ccf52145109dd25b38a7c7b7 +Subproject commit c0dd33e161b58fa7635199464e0fc5bedaaad653 diff --git a/waku/px_load_metrics.csv b/waku/px_load_metrics.csv new file mode 100644 index 0000000..f1dfcd9 --- /dev/null +++ b/waku/px_load_metrics.csv @@ -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