remove benchmarks

these were broken since implementing backends
This commit is contained in:
steven-omaha
2023-01-12 15:23:57 +01:00
parent 9c0be97cbb
commit 0cebb092c5
2 changed files with 0 additions and 31 deletions
-7
View File
@@ -17,13 +17,6 @@ lto = "fat"
codegen-units = 1
strip = true
[dev-dependencies]
criterion = "*"
[[bench]]
harness = false
name = "bench"
[[bin]]
name = "pacdef"
path = "src/main.rs"