Crates.io | cargo-codspeed |
lib.rs | cargo-codspeed |
version | 2.7.2 |
source | src |
created_at | 2022-12-15 23:51:27.0709 |
updated_at | 2024-09-13 13:01:29.895007 |
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 | 115,174 |
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
cargo
cargo install cargo-codspeed --locked
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
The vendored-openssl
feature can be used to statically link with openssl with cargo install cargo-codspeed --features vendored-openssl
.
Build error on MacOS: ld: library 'git2' not found
brew install libgit2