mirror of
https://github.com/Noratrieb/datastructures.git
synced 2026-01-14 17:35:02 +01:00
benches
This commit is contained in:
parent
a0b2f91a18
commit
e41d110dd7
3 changed files with 144 additions and 60 deletions
|
|
@ -6,4 +6,9 @@ edition = "2018"
|
|||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
[dev-dependencies]
|
||||
criterion = "0.3.5"
|
||||
|
||||
[[bench]]
|
||||
name = "linked_list"
|
||||
harness = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue