add: benchmark

This commit is contained in:
Akira Tempaku 2025-02-18 21:41:40 +09:00
parent b20e3d3603
commit a1d039b20c
Signed by: paku
GPG key ID: 5B4E8402BCC50607
3 changed files with 711 additions and 0 deletions

View file

@ -4,3 +4,10 @@ version = "0.1.0"
edition = "2021"
[dependencies]
[dev-dependencies]
criterion = "0.3.5"
[[bench]]
name = "benchmark"
harness = false