#benchmarking #async-http #apache #style #bench #tool #numbers

app benchrs

Apache Benchmark style http bench tool written in async rust

11 releases

0.1.10 Aug 28, 2022
0.1.9 Aug 28, 2022
0.1.8 Feb 22, 2021
0.1.7 Jun 6, 2020
0.1.6 May 28, 2020

#144 in Profiling

40 downloads per month

Apache-2.0

91KB
1.5K SLoC

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

Dependencies

~9–21MB
~301K SLoC