mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-02 14:03:10 +00:00
Revert "Fix yml file"
This reverts commit 6aa0c8afa7b62445239b775c9426fa82ef6bd1cd.
This commit is contained in:
parent
6aa0c8afa7
commit
6034992be6
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 submodules
|
||||
- name: Initialize & update 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,8 +30,12 @@ jobs:
|
||||
- name: Install Go dependencies
|
||||
run: go mod download
|
||||
|
||||
- name: Build dependencies
|
||||
run: make -C waku
|
||||
- name: Build nwaku dependencies
|
||||
run: |
|
||||
cd third_party/nwaku
|
||||
make update
|
||||
make libwaku
|
||||
make -C waku
|
||||
|
||||
- name: Clean environment
|
||||
run: go clean -cache
|
||||
|
||||
2
third_party/nwaku
vendored
2
third_party/nwaku
vendored
@ -1 +1 @@
|
||||
Subproject commit c0dd33e161b58fa7635199464e0fc5bedaaad653
|
||||
Subproject commit 542968e8ab90ea56ccf52145109dd25b38a7c7b7
|
||||
@ -1,6 +0,0 @@
|
||||
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