Migrating from drill
← Back to DocumentationDriller is a maintained fork of fcsonline/drill.
Relationship to upstream
- Same license. GPL-3.0-or-later. The original
LICENSEfile is preserved unchanged. - Same DSL. Existing
drillbenchmark YAML files work without modification. - Different binary name.
drillereverywhere -- crate, binary, User-Agent. To prevent name clash with the driller DNS tool.
Migration
cargo uninstall drill cargo install driller # benchmark files don't change driller --benchmark benchmark.yml --stats
Replace drill with driller in scripts and Docker images. Benchmark YAML
does not need changes.
License
GPL-3.0-or-later. See LICENSE.