Add benchmarking

This commit is contained in:
Andrew Morris
2023-06-21 15:07:05 +10:00
parent ba0e396ab6
commit b5ecc10b65
7 changed files with 177 additions and 2 deletions

8
Cargo.lock generated
View File

@@ -130,6 +130,14 @@ version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "bench"
version = "0.1.0"
dependencies = [
"valuescript_compiler",
"valuescript_vm",
]
[[package]]
name = "better_scoped_tls"
version = "0.1.0"