mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 14:15:24 +00:00
Add small place benchmark
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user