remove benchmarks

these were broken since implementing backends
This commit is contained in:
timeshifter
2023-01-12 15:23:57 +01:00
parent c555ac0ce1
commit 9654d6b3b7
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"