summaryrefslogtreecommitdiffstats
path: root/tokio-executor
diff options
context:
space:
mode:
authorLucio Franco <luciofranco14@gmail.com>2019-09-13 14:04:23 -0400
committerGitHub <noreply@github.com>2019-09-13 14:04:23 -0400
commit5f2f3f076d7c68c6cd31ff388ca14f3e7b463ab7 (patch)
treefb43cbf21a61011cb27961575dcb356ec747cd01 /tokio-executor
parentefb27731adcff502109ec3489bdde0b6f3cba1e7 (diff)
Add broken feature to old benchmarks (#1555)
Signed-off-by: Lucio Franco <luciofranco14@gmail.com>
Diffstat (limited to 'tokio-executor')
-rw-r--r--tokio-executor/benches/blocking.rs1
-rw-r--r--tokio-executor/benches/threadpool.rs1
-rw-r--r--tokio-executor/benches/threadpool_depth.rs1
3 files changed, 3 insertions, 0 deletions
diff --git a/tokio-executor/benches/blocking.rs b/tokio-executor/benches/blocking.rs
index 6efdf448..ceb56318 100644
--- a/tokio-executor/benches/blocking.rs
+++ b/tokio-executor/benches/blocking.rs
@@ -1,3 +1,4 @@
+#![cfg(feature = "broken")]
#![feature(test)]
#![warn(rust_2018_idioms)]
diff --git a/tokio-executor/benches/threadpool.rs b/tokio-executor/benches/threadpool.rs
index 3e106a3f..56617a59 100644
--- a/tokio-executor/benches/threadpool.rs
+++ b/tokio-executor/benches/threadpool.rs
@@ -1,3 +1,4 @@
+#![cfg(feature = "broken")]
#![feature(test)]
#![warn(rust_2018_idioms)]
diff --git a/tokio-executor/benches/threadpool_depth.rs b/tokio-executor/benches/threadpool_depth.rs
index 042d2d78..e6d9183d 100644
--- a/tokio-executor/benches/threadpool_depth.rs
+++ b/tokio-executor/benches/threadpool_depth.rs
@@ -1,3 +1,4 @@
+#![cfg(feature = "broken")]
#![feature(test)]
#![warn(rust_2018_idioms)]