mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-02 14:03:10 +00:00
Add all 8 tests to yml file & increase iterations
This commit is contained in:
parent
69f335eedd
commit
d964b3e017
2
.github/workflows/CI_endurance.yml
vendored
2
.github/workflows/CI_endurance.yml
vendored
@ -89,7 +89,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
set -euo pipefail
|
||||
go test -p=1 -v ./waku -count=1 -timeout=360m -run '^(TestStressRandomNodesInMesh|TestStress2Nodes2kIterationTearDown|TestPeerExchangePXLoad)$' | tee testlogs2.log
|
||||
go test -p=1 -v ./waku -count=1 -timeout=360m -run '^(TestStressRandomNodesInMesh|TestStress2Nodes2kIterationTearDown|TestPeerExchangePXLoad|TestStressConnectDisconnect1kIteration)$' | tee testlogs2.log
|
||||
|
||||
- name: Upload Test Logs (Group 2)
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
@ -86,7 +86,7 @@ func TestStressStoreQuery5kMessagesWithPagination(t *testing.T) {
|
||||
}()
|
||||
|
||||
|
||||
iterations := 4000
|
||||
iterations := 10000
|
||||
|
||||
captureMemory(t.Name(), "at start")
|
||||
|
||||
@ -137,7 +137,7 @@ func TestStressHighThroughput10kPublish(t *testing.T) {
|
||||
|
||||
captureMemory(t.Name(), "at start")
|
||||
|
||||
const totalMessages = 1200
|
||||
const totalMessages = 5000
|
||||
var pubsubTopic = DefaultPubsubTopic
|
||||
|
||||
for i := 0; i < totalMessages; i++ {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user