Add cargo xtask bench

This commit is contained in:
Louis Dureuil 2024-02-26 21:29:20 +01:00
parent b11df7ec34
commit 86ce843f3d
No known key found for this signature in database
6 changed files with 1370 additions and 7 deletions

1
xtask/src/lib.rs Normal file
View file

@ -0,0 +1 @@
pub mod bench;