#async-http #benchmark #apache #bench #style #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

#509 in HTTP server

Download history 6/week @ 2024-02-14 30/week @ 2024-02-21 4/week @ 2024-02-28 50/week @ 2024-03-27 59/week @ 2024-04-03

98 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–20MB
~298K SLoC