mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-02 14:03:10 +00:00
Fix yml file
This commit is contained in:
parent
3aabe64cf6
commit
6aa0c8afa7
16
.github/workflows/Repeated_tests_endurancce.yml
vendored
16
.github/workflows/Repeated_tests_endurancce.yml
vendored
@ -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
|
||||
|
||||
2
third_party/nwaku
vendored
2
third_party/nwaku
vendored
@ -1 +1 @@
|
||||
Subproject commit 542968e8ab90ea56ccf52145109dd25b38a7c7b7
|
||||
Subproject commit c0dd33e161b58fa7635199464e0fc5bedaaad653
|
||||
6
waku/px_load_metrics.csv
Normal file
6
waku/px_load_metrics.csv
Normal 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user