optimizations and benchmarking

This commit is contained in:
Simon Gardling
2022-05-03 15:26:59 -04:00
parent 0d84cc1e60
commit e00415cad6
7 changed files with 640 additions and 18 deletions

13
benchmarks/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "benchmarks"
version = "0.1.0"
edition = "2021"
license = "AGPL-3.0"
[lib]
[dependencies]
pprof = { version = "0.8", features = ["flamegraph"] }
criterion = "0.3"
criterion-macro = "0.3"
parsing = { path = "../parsing" }