Add small place benchmark

This commit is contained in:
Lucien Greathouse
2019-10-12 15:24:57 -07:00
parent 1031600c63
commit dec9ec32df
23 changed files with 41558 additions and 0 deletions

View File

@@ -42,6 +42,10 @@ path = "src/lib.rs"
name = "rojo"
path = "src/bin.rs"
[[bench]]
name = "build"
harness = false
[dependencies]
clap = "2.27"
crossbeam-channel = "0.3.9"
@@ -81,6 +85,7 @@ serde_yaml = "0.8.9"
tempfile = "3.0"
tokio = "0.1.22"
walkdir = "2.1"
criterion = "0.3"
[dev-dependencies.insta]
version = "0.11.0"