Open adriencaccia opened 7 months ago
Simplify how rust benchmarks are defined by removing the need to install both criterion and codspeed-criterion-compat, or both bencher and codspeed-bencher-compat.
criterion
codspeed-criterion-compat
bencher
codspeed-bencher-compat
Comparing docs/rust-compat (8f12792) with main (ac3dae8)
docs/rust-compat
main
✅ 54 untouched benchmarks
✅ 54
Simplify how rust benchmarks are defined by removing the need to install both
criterion
andcodspeed-criterion-compat
, or bothbencher
andcodspeed-bencher-compat
.