Crates.io | benchrs |
lib.rs | benchrs |
version | 0.1.10 |
source | src |
created_at | 2020-05-24 13:40:14.996208 |
updated_at | 2022-08-28 11:09:13.775841 |
description | Apache Benchmark style http bench tool written in async rust |
homepage | |
repository | https://github.com/arkaitzj/benchrs |
max_upload_size | |
id | 245216 |
size | 159,248 |
Apache Benchmark style http bench tool written in async rust
Benchrs 0.1.10
Arkaitz Jimenez <arkaitzj@gmail.com>
Does http benchmarks
USAGE:
benchrs [OPTIONS] <url>
ARGS:
<url> The url to hit
OPTIONS:
-c <concurrency> Sets the concurrency level
-h, --help Print help information
-H <header>... Sets a custom header
-k Enables keep alive
-m <method> Request method: default GET
-n <request number> Sets the number of requests
-p <postfile> File attach as request body
-v Increases verbosity
-V, --version Print version information