| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| drill_0.9.1_x86_64-unknown-linux-musl.tar.gz.sha256sum | 2026-06-17 | 109 Bytes | |
| drill_0.9.1_x86_64-unknown-linux-musl.tar.gz | 2026-06-17 | 5.2 MB | |
| 0.9.1 source code.tar.gz | 2026-06-17 | 70.7 kB | |
| 0.9.1 source code.zip | 2026-06-17 | 93.6 kB | |
| README.md | 2026-06-17 | 1.8 kB | |
| Totals: 5 Items | 5.4 MB | 0 | |
⚠️ Heads-up: latency is now measured to the last byte
drill now reads the entire response body before stopping its timer, so reported latencies reflect time-to-last-byte (matching wrk, k6, and vegeta). Previously the timer stopped at the response headers, which under-reported any endpoint serving a non-trivial body. Expect reported latencies for body-heavy endpoints to go up — they're now correct. This also fixes partial-body downloads (#182). See [#227] for details.
What's Changed
- Use 1 hour as histogram maximum instead of 3.6 seconds by @darabos in https://github.com/fcsonline/drill/pull/195
- Update all dependencies to their latest versions by @fcsonline in https://github.com/fcsonline/drill/pull/224
- Fix npm vulnerabilities in example/server by @fcsonline in https://github.com/fcsonline/drill/pull/225
- Show max time per request in statistics by @fcsonline in https://github.com/fcsonline/drill/pull/228
- Migrate to Rust 2024 edition by @fcsonline in https://github.com/fcsonline/drill/pull/229
- Stop tracking .claude local tooling directory by @fcsonline in https://github.com/fcsonline/drill/pull/230
- Measure request latency to the last byte (read the full response body) by @zoosky in https://github.com/fcsonline/drill/pull/227
- Raise a helpful error for {{ index }} outside an items expansion (fixes [#186]) by @fcsonline in https://github.com/fcsonline/drill/pull/232
- Bump rustls-webpki from 0.103.8 to 0.103.13 by @dependabot[bot] in https://github.com/fcsonline/drill/pull/226
New Contributors
- @darabos made their first contribution in https://github.com/fcsonline/drill/pull/195
- @zoosky made their first contribution in https://github.com/fcsonline/drill/pull/227
Full Changelog: https://github.com/fcsonline/drill/compare/0.9.0...0.9.1