chore(load-test): add csv output (#8783)

# Which Problems Are Solved

Load tests currently do not output details about the data messured.

# How the Problems Are Solved

Added the `--out` flag to all load tests
This commit is contained in:
Silvan
2024-10-17 21:15:55 +02:00
committed by GitHub
parent c21e171519
commit cc8d4fe17c
2 changed files with 12 additions and 9 deletions

1
.gitignore vendored
View File

@@ -87,4 +87,5 @@ go.work.sum
load-test/node_modules
load-test/yarn-error.log
load-test/dist
load-test/output/*
.vercel