Crates.io | web-bench |
lib.rs | web-bench |
version | 0.1.0 |
source | src |
created_at | 2023-09-18 22:28:43.809178 |
updated_at | 2023-09-18 22:28:43.809178 |
description | A small tool to benchmark webservers |
homepage | |
repository | https://github.com/hypercodec/web-bench |
max_upload_size | |
id | 976337 |
size | 40,186 |
A small tool to benchmark webservers
Simply install Rust if you haven't already, and do cargo install web-bench
Once installed, the command for this application is wb
.
This command has 3 parameters:
Run wb --help
for more information.
You can also set the RUST_LOG
env variable for debugging purposes.
wb -s 120 -t 1000 -u https://google.com
wb --url https://discord.com
wb --thread-count 10 -u https://example.org
wb --secs 60 -u https://github.com
This project is licensed under the MIT
license