cargo-codspeed

Crates.iocargo-codspeed
lib.rscargo-codspeed
version3.0.5
created_at2022-12-15 23:51:27.0709+00
updated_at2025-07-31 09:21:44.856854+00
descriptionCargo extension to build & run your codspeed benchmarks
homepagehttps://codspeed.io
repositoryhttps://github.com/CodSpeedHQ/codspeed-rust
max_upload_size
id738373
size66,193
Arthur Pastel (art049)

documentation

https://codspeed.io/docs/reference/codspeed-rust/cargo-codspeed

README

cargo-codspeed

CI Crates.io Discord CodSpeed Badge

A cargo subcommand for running CodSpeed on your project

Installation

With cargo

cargo install cargo-codspeed --locked

With cargo-binstall(recommended in CI)

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

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

Development

Troubleshooting

  • Build error on MacOS: ld: library 'git2' not found

    brew install libgit2
    
Commit count: 163

cargo fmt