add: benchmark
This commit is contained in:
parent
b20e3d3603
commit
a1d039b20c
3 changed files with 711 additions and 0 deletions
|
@ -4,3 +4,10 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3.5"
|
||||
|
||||
[[bench]]
|
||||
name = "benchmark"
|
||||
harness = false
|
Loading…
Add table
Add a link
Reference in a new issue