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
3,591 downloads per month
18KB
345 lines
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