You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What operating system and processor architecture are you using (if relevant)?
linux/amd64 ubuntu
What you expected to happen?
eg: for GET method, target api is https://ip:port/some-route/some-method?id=
can i put a collection of id in some place(like somefile), and the request use random id in my id-collection
for POST method,
can i put a collection of body in somefile, and the request use randomly or for loop
The text was updated successfully, but these errors were encountered:
@ericsouza provided an example of how this feature is implemented in drill tool - benchmarks (described) as (YAML) config.
The approach vegeta tool uses is also quite neat - pass the targets to the tool via standard input. Although, it might require a bit more effort to generate custom targets (either by hand or by writing some tool).
What version of bombardier are you using?
bombardier version v1.2.5 linux/amd64
What operating system and processor architecture are you using (if relevant)?
linux/amd64 ubuntu
What you expected to happen?
eg: for GET method, target api is https://ip:port/some-route/some-method?id=
can i put a collection of id in some place(like somefile), and the request use random id in my id-collection
for POST method,
can i put a collection of body in somefile, and the request use randomly or for loop
The text was updated successfully, but these errors were encountered: