benchrs

Crates.iobenchrs
lib.rsbenchrs
version0.1.10
sourcesrc
created_at2020-05-24 13:40:14.996208
updated_at2022-08-28 11:09:13.775841
descriptionApache Benchmark style http bench tool written in async rust
homepage
repositoryhttps://github.com/arkaitzj/benchrs
max_upload_size
id245216
size159,248
Arkaitz Jimenez (arkaitzj)

documentation

README

benchrs

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
Commit count: 119

cargo fmt