mirror of
https://github.com/RGBCube/cstree
synced 2025-07-29 18:17:44 +00:00
add tree construction benchmark
This commit is contained in:
parent
87699336bb
commit
c539674fc7
2 changed files with 89 additions and 0 deletions
|
@ -34,6 +34,11 @@ m_lexer = "0.0.4"
|
|||
serde_json = "1.0.61"
|
||||
serde_test = "1.0.119"
|
||||
crossbeam-utils = "0.8"
|
||||
criterion = "0.3"
|
||||
|
||||
[[bench]]
|
||||
name = "main"
|
||||
harness = false
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue