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

Reqwest 0.10.10 has system proxy / no_proxy support included.

This is a rebase of #106 as I found myself in need of this feature. All kudos goes to @neunenak. I've not tested musl cross-compilation. Fixes #119 .

I have a webserver bound to `[::1]:8080`. When I use the following plan: ```yaml --- base: 'http://localhost:8080' iterations: 1000 concurrency: 10 plan: - name: aaa request: url: /aaa.txt ``` All...

This would greatly simplify building process on Windows. Is this something that can be done?

Adding a new command argument to be able to go through a proxy when performing the benchmark test.

I'm new to drill, it seems not support to send request by proxy, are there any plan for this?

enhancement

I would love to use drill with PEM files. Is there a way to do this?

This commit adds two additional command-line flags for specifying SSL certificates to be used by drill when making HTTP requests. `--cert` is used to specify a client certificate file (following...

Hi, how about statistics on the iteration level? An iteration is a single execution of a plan/scenario composed of one or more actions, it might represent a real world scenario,...