| Crates.io | cargo-codspeed |
| lib.rs | cargo-codspeed |
| version | 3.0.5 |
| created_at | 2022-12-15 23:51:27.0709+00 |
| updated_at | 2025-07-31 09:21:44.856854+00 |
| description | Cargo extension to build & run your codspeed benchmarks |
| homepage | https://codspeed.io |
| repository | https://github.com/CodSpeedHQ/codspeed-rust |
| max_upload_size | |
| id | 738373 |
| size | 66,193 |
cargocargo install cargo-codspeed --locked
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: 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
Build error on MacOS: ld: library 'git2' not found
brew install libgit2