10 stable releases

2.3.3 Nov 20, 2023
2.3.2 Nov 14, 2023
2.3.1 Oct 23, 2023
2.2.0 Sep 5, 2023
0.1.0 Dec 15, 2022

#52 in Cargo plugins

Download history 106/week @ 2023-08-14 220/week @ 2023-08-21 701/week @ 2023-08-28 680/week @ 2023-09-04 794/week @ 2023-09-11 837/week @ 2023-09-18 536/week @ 2023-09-25 619/week @ 2023-10-02 551/week @ 2023-10-09 696/week @ 2023-10-16 810/week @ 2023-10-23 698/week @ 2023-10-30 701/week @ 2023-11-06 1107/week @ 2023-11-13 883/week @ 2023-11-20 833/week @ 2023-11-27

3,591 downloads per month

MIT/Apache

18KB
345 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

~39–52MB
~1M SLoC