drill
Drill is an HTTP load testing application written in Rust
Package Information
- Domain:
crates.io/drill
- Name:
drill
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install drill
Programs
This package provides the following executable programs:
drill
Available Versions
Show all 1 versions
0.8.3
Latest Version: 0.8.3
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) drill -- $SHELL -i
Dependencies
This package depends on:
openssl.org^1.1
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.drill
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.