Replies: 1 comment
-
There's no easy way to do that. The JSON reports don't contain enough information to be able to merge percentile values correctly from multiple nodes, and even if they did you'd only be able to produce a report at the end of the run, ie. you'd lose the ability to monitor the metrics as a test is running. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently doing a distributed load testing via "self-hosted" (not sure what to call it) ECS Fargate and I am getting individual reports from each nodes.
Is there a way to aggregate reports from all nodes into one report only?
I know this can be easily done by switching to
run-fargate
but the necessary permissions cannot be approved by my organization due to strict compliance.Beta Was this translation helpful? Give feedback.
All reactions