1
Fork 0
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:
Domenic Quirl 2021-06-23 13:58:04 +02:00
parent 87699336bb
commit c539674fc7
2 changed files with 89 additions and 0 deletions

View file

@ -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 = []