This repository was archived by the owner on Jan 22, 2025. It is now read-only.
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Consider moving criterion benchmarks back to libtest #725
Closed
Description
Devs are not seeing good ROI on Criterion, and would prefer to keep cargo watch -x bench
running as fast as possible. We should consider one of:
- moving the benchmarks in the
benches
folder back to libtest - add a flag that runs them with libtest by default and optionally runs them with Criterion for improved precision
- make libtest and criterion benches coexist, but the criterion ones only added to the build when a flag is present (i.e.
--features=criterion
).
Metadata
Metadata
Assignees
Labels
No labels