https://github.com/codspeedhq/codspeed-rust
Rust crates to create CodSpeed benchmarks
https://github.com/codspeedhq/codspeed-rust
benchmarking cargo criterion rust
Last synced: 7 days ago
JSON representation
Rust crates to create CodSpeed benchmarks
- Host: GitHub
- URL: https://github.com/codspeedhq/codspeed-rust
- Owner: CodSpeedHQ
- License: apache-2.0
- Created: 2022-11-25T12:10:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T17:11:18.000Z (11 months ago)
- Last Synced: 2025-02-16T09:28:19.187Z (11 months ago)
- Topics: benchmarking, cargo, criterion, rust
- Language: Rust
- Homepage: https://codspeed.io
- Size: 436 KB
- Stars: 27
- Watchers: 3
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
codspeed-rust
[](https://github.com/CodSpeedHQ/codspeed-rust/actions/workflows/ci.yml)
[](https://crates.io/keywords/codspeed)
[](https://discord.com/invite/MxpaCfKSqF)
[](https://codspeed.io/CodSpeedHQ/codspeed-rust)
---
**Documentation**: https://codspeed.io/docs/reference/codspeed-rust
---
This mono-repo contains the integration crates for using CodSpeed in Rust:
- [`cargo-codspeed`](./crates/cargo-codspeed/): A cargo subcommand for running CodSpeed on your project
- [`codspeed-criterion-compat`](./crates/criterion_compat/): Criterion.rs compatibility layer for CodSpeed
- [`codspeed-bencher-compat`](./crates/bencher_compat/): Bencher compatibility layer for CodSpeed
- [`codspeed-divan-compat`](./crates/divan_compat/): Divan compatibility layer for CodSpeed
- [`codspeed`](./crates/codspeed/): The core library used to integrate with Codspeed runners