15 stable releases

2.6.0 Apr 24, 2024
2.4.0 Feb 26, 2024
2.3.3 Nov 20, 2023
2.1.0 Jul 27, 2023
0.1.0 Dec 15, 2022

#43 in #benchmark

Download history 944/week @ 2024-01-25 1035/week @ 2024-02-01 981/week @ 2024-02-08 681/week @ 2024-02-15 872/week @ 2024-02-22 1002/week @ 2024-02-29 1173/week @ 2024-03-07 2910/week @ 2024-03-14 3611/week @ 2024-03-21 3155/week @ 2024-03-28 2527/week @ 2024-04-04 4082/week @ 2024-04-11 4408/week @ 2024-04-18 5223/week @ 2024-04-25 3247/week @ 2024-05-02 3508/week @ 2024-05-09

16,789 downloads per month

MIT/Apache

29KB
404 lines

cargo-codspeed

CI Crates.io Discord CodSpeed Badge

A cargo subcommand for running CodSpeed on your project

Installation

With cargo-binstall(recommended)

cargo-binstall enables you to install binaries directly without having to build from the source(with cargo install) every time.

If you don't have installed yet, you can install it with:

cargo install cargo-binstall

You can then install cargo-codspeed with:

cargo binstall cargo-codspeed

With cargo

cargo install cargo-codspeed

Usage

Usage: cargo codspeed <COMMAND>

Commands:
  build  Build the benchmarks
  run    Run the previously built benchmarks

Options:
  -h, --help     Print help information
  -V, --version  Print version information

Advanced Usage

The vendored-openssl feature can be used to statically link with openssl with cargo install cargo-codspeed --features vendored-openssl.

Dependencies

~91MB
~2M SLoC