Skip to content

Commit

Permalink
Remove runtime benchmark code
Browse files Browse the repository at this point in the history
  • Loading branch information
h33p committed Nov 28, 2023
1 parent 83723c3 commit 8901f20
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 797 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,3 @@ default-members = [
"mfio-netfs",
]

[patch.crates-io]
tracy-client = { git = "https://github.com/h33p/rust_tracy_client", branch = "fibers" }
tracing-tracy = { git = "https://github.com/h33p/rust_tracy_client", branch = "fibers" }
8 changes: 0 additions & 8 deletions mfio-netfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ version = "0.1.0"
rust-version = "1.72"
edition = "2021"

[lib]
bench = false

[[bench]]
name = "main"
harness = false
required-features = ["mfio/tokio"]

[[example]]
name = "trace"
required-features = ["tokio/net"]
Expand Down
330 changes: 0 additions & 330 deletions mfio-netfs/benches/main.rs

This file was deleted.

9 changes: 0 additions & 9 deletions mfio-rt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ license = "MIT"
repository = "https://github.com/memflow/mfio"
description = "mfio based async runtime"

[lib]
bench = false

[[bench]]
name = "main"
harness = false
required-features = ["mfio/tokio", "mfio/async-io"]

[dependencies]
mfio = { version = "0.1", path = "../mfio", default-features = false }
futures = { version = "0.3", default-features = false, features = ["async-await"] }
Expand Down Expand Up @@ -56,7 +48,6 @@ rand = "0.8"
flume = "0.10"
smol = "1"
env_logger = "0.10"
tracing-tracy = { version = "0.10", features = ["fibers", "only-localhost"] }
tempdir = "0.3"
pathdiff = "0.2"
async-semaphore = "1"
Expand Down
Loading

0 comments on commit 8901f20

Please sign in to comment.