drill icon indicating copy to clipboard operation
drill copied to clipboard

Drill is an HTTP load testing application written in Rust

Results 56 drill issues
Sort by recently updated
recently updated
newest added

Hi thanks for the cool tool. I thought it'd be useful to add stdin support for benchmark files. I use it for when generating benchmarks using config. languages like Cue....

I have json: ```json { "count": 2, "rows": [ { "_id": "aaa", "name": "AAA" }, { "_id": "bbb", "name": "BBB" } ] } ``` and benchmark.yml: ```yml - name: get...

I'd like to use this tool to benchmark a web service in the same way the popular TechEmpower benchmarks are performed. > "How is each test run?" Each test is...

Let's the user provide the following options on the command line to override those options in the benchmark file: baseUrl - (no default, must be provided on command line or...

What is the use of the `--report` option? It can only run one iteration. Wouldn't it be useful if the report contains the details of all the iterations, so that...

bug
question

Hello ! First thank you for your library. It seems to be an awesome tool :smile: Now I have a web server with http2 and rustls for my auto generated...

From [#83](https://github.com/fcsonline/drill/issues/83#issuecomment-687357126): > Concurrency and iterations are linked so there's no way to, say, run a large CSV file a single time with currency > 1 other than by using...

question

While giving drill a try, I noticed that it follows redirects and reports the resulting final page. I had been planning to have a sequence where it would do something...

enhancement

I'm trying to test an API that serves files, and drill is reporting that the requests are completing much faster than they should, since it makes no attempt to download...

bug

From the help and the README it appears that it can only run in swagger files, but it would be nice to provide a parameter to run in a single...

question