15 stable releases

new 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

#120 in Cargo plugins

Download history 969/week @ 2024-01-05 912/week @ 2024-01-12 949/week @ 2024-01-19 1033/week @ 2024-01-26 1032/week @ 2024-02-02 850/week @ 2024-02-09 676/week @ 2024-02-16 975/week @ 2024-02-23 1021/week @ 2024-03-01 1137/week @ 2024-03-08 3364/week @ 2024-03-15 3585/week @ 2024-03-22 2803/week @ 2024-03-29 2789/week @ 2024-04-05 4170/week @ 2024-04-12 3869/week @ 2024-04-19

14,217 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