meta: move benchmarks to dedicated crate

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I753245e75da3a995c622a2c73f77bcb26a6a6964
This commit is contained in:
raf 2026-03-27 16:57:50 +03:00
commit 77d9c725c7
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
5 changed files with 112 additions and 10 deletions

View file

@ -16,12 +16,5 @@ microfetch-asm.workspace = true
hotpath = [ "dep:hotpath", "hotpath/hotpath" ]
hotpath-alloc = [ "hotpath/hotpath-alloc" ]
[dev-dependencies]
criterion.workspace = true
[[bench]]
harness = false
name = "benchmark"
[lints]
workspace = true