cargo-codspeed

[![CI](https://github.com/CodSpeedHQ/codspeed-rust/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/CodSpeedHQ/codspeed-rust/actions/workflows/ci.yml) ![Crates.io](https://img.shields.io/crates/v/cargo-codspeed) A cargo subcommand for running CodSpeed on your project

Installation

bash cargo install cargo-codspeed

Usage

``` Usage: cargo codspeed

Commands: build Build the benchmarks run Run the previously built benchmarks

Options: -h, --help Print help information -V, --version Print version information ```