HTTP Streaming Load Tests #3538
michaelbarnes
started this conversation in
Artillery
Replies: 1 comment
-
For those interested, this is possible and here is some sample code. test.yml
processor.ts
|
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.
-
Hey, I have a use case to run load tests using HTTP streams. I'm not seeing specific docs on this. Are there any guides on how to achieve this?
Separate question, but related. I'd like to write the tests in TypeScript, which I see is possible, however I want the scenario to call my custom function which firstly, does an API call and then secondly, process the chunks and report the time it took for the download to complete and return that to artillery so that I can report the results. Is there any example code for this?
Beta Was this translation helpful? Give feedback.
All reactions