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

In the request runner, the millisecond duration is inserted into the `Report`'s `duration` field: https://github.com/fcsonline/drill/blob/f7627bfd005a599638fe6c77963df2c45c00b5dc/src/actions/request.rs#L273-L285 Elsewhere it seems the code expects this value to be in _seconds_, e.g. it multiplies...

`drill` become the standard command in many linux distribution (like Archlinux) and is installed by default. See https://linux.die.net/man/1/drill

Added some code to be able to both set default headers for a benchmark, as well as copy headers from the response of one request to use for future requests...

> yaml-rust is unmaintained. | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `yaml-rust` | | Version | `0.4.5` | | URL...

This adds a few statistics so the report, as well as a visualization of the global histogram, which I find very useful with another tool `hey`. I improvised the color...

This project is super good for http protocol based testing, but I have ran into a use case where I am trying to test a custom udp protocol latency under...