Remove benchmark things for now and no need for release mode on a test

This commit is contained in:
James Wilson
2021-07-27 14:28:27 +01:00
parent 2ca5f6a1fb
commit 61fd903f55
4 changed files with 1 additions and 399 deletions
-5
View File
@@ -32,10 +32,5 @@ tokio = { version = "1.7.0", features = ["full"] }
tokio-util = { version = "0.6", features = ["compat"] }
[dev-dependencies]
criterion = { version = "0.3.4", features = ["async", "async_tokio"] }
shellwords = "1.1.0"
test_utils = { path = "../test_utils" }
[[bench]]
name = "throughput"
harness = false