Add benchmarks to help optimise result caching

This commit is contained in:
Oliver Hamlet
2018-10-06 13:28:03 +01:00
parent 3404924752
commit f6f51e2ee6
3 changed files with 176 additions and 0 deletions
+5
View File
@@ -11,4 +11,9 @@ regex = "1.0.5"
unicase = "2.2.0"
[dev-dependencies]
criterion = "0.2.0"
tempfile = "3.0.0"
[[bench]]
name = "eval"
harness = false