mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-07 16:33:09 +00:00
upload results to csv file in CI job
This commit is contained in:
parent
e328fa0c86
commit
6564d7a0c0
12
.github/workflows/CI_endurance.yml
vendored
12
.github/workflows/CI_endurance.yml
vendored
@ -45,6 +45,12 @@ jobs:
|
|||||||
name: endurance-logs-group1
|
name: endurance-logs-group1
|
||||||
path: testlogs1.log
|
path: testlogs1.log
|
||||||
|
|
||||||
|
- name: Upload Memory Metrics (Group 1)
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: memory-metrics-group1
|
||||||
|
path: px_load_metrics.csv
|
||||||
|
|
||||||
endurance2:
|
endurance2:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
@ -85,3 +91,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: endurance-logs-group2
|
name: endurance-logs-group2
|
||||||
path: testlogs2.log
|
path: testlogs2.log
|
||||||
|
|
||||||
|
- name: Upload Memory Metrics (Group 2)
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: memory-metrics-group2
|
||||||
|
path: px_load_metrics.csv
|
||||||
@ -136,7 +136,7 @@ func TestStressHighThroughput10kPublish(t *testing.T) {
|
|||||||
|
|
||||||
captureMemory(t.Name(), "at start")
|
captureMemory(t.Name(), "at start")
|
||||||
|
|
||||||
totalMessages := 2000
|
totalMessages := 2500
|
||||||
pubsubTopic := DefaultPubsubTopic
|
pubsubTopic := DefaultPubsubTopic
|
||||||
|
|
||||||
for i := 0; i < totalMessages; i++ {
|
for i := 0; i < totalMessages; i++ {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user