mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
benches: revert "properly gate unix benches" (#7412)
This reverts commit 933fa498d0.
This commit is contained in:
+2
-2
@@ -71,12 +71,12 @@ name = "sync_semaphore"
|
||||
path = "sync_semaphore.rs"
|
||||
harness = false
|
||||
|
||||
[[target.'cfg(unix)'.bench]]
|
||||
[[bench]]
|
||||
name = "signal"
|
||||
path = "signal.rs"
|
||||
harness = false
|
||||
|
||||
[[target.'cfg(unix)'.bench]]
|
||||
[[bench]]
|
||||
name = "fs"
|
||||
path = "fs.rs"
|
||||
harness = false
|
||||
|
||||
Reference in New Issue
Block a user