- Number of requests
- Fastest time
- Slowest time
- Mean time
- Median time
- Percentage of successful requests
- Any error codes
- Smallest response size
- Largest response size
- Install Rust
cargo build --release
Go to executable:
cd target/release/
./sytems-challenge [Args]
Or run directly:
cargo run -- [Args]
--url=<URL>The URL that a request will be made to--profile=<NUMBER OF REQUESTS>Profiles the specified URL times--helpSee usage
View response to GET request:
./sytems-challenge --url=<URL>
Profile a site:
./sytems-challenge --url=<URL> --profile=<NUMBER OF REQUESTS>
Profiling general challenge submission (comparison with rust-lang.org):





