driller 0.10.3

A clean HTTP load-test drill. Ansible-style YAML plans, Rust runtime, RPS and percentiles per run -- no fancy bits.
1
2
3
4
5
6
7
8
# Configuration for `cross` (used by the release workflow's musl target).
#
# `cross` runs the build inside a container, so `build.rs` cannot see the
# host's environment unless it is explicitly passed through. Forward
# GITHUB_SHA so the build-script git-hash fallback embeds the real commit in
# `--version` even when `git` is unavailable inside the container.
[build.env]
passthrough = ["GITHUB_SHA"]