Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can the stress test using different parameters within on testflow #84

Open
mulei2023 opened this issue Dec 23, 2021 · 3 comments
Open
Assignees
Milestone

Comments

@mulei2023
Copy link

mulei2023 commented Dec 23, 2021

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

@heonieb
Copy link

heonieb commented Feb 15, 2022

I also need this. I hope somebody could answer here.

@codesenberg codesenberg added this to the Unplanned milestone Apr 27, 2023
@codesenberg
Copy link
Owner

I'd be interested in seeing how other tools provide such functionality. Will look into this, but no promises.

@codesenberg
Copy link
Owner

@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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants