reactor: turn bench-poll into a proper benchmark (#662)

This commit is contained in:
Stjepan Glavina
2018-09-26 08:52:35 -07:00
committed by Carl Lerche
parent 46353737e7
commit 331a88cee6
5 changed files with 64 additions and 49 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
#![doc(html_root_url = "https://docs.rs/tokio-reactor/0.1.5")]
#![deny(missing_docs, warnings, missing_debug_implementations)]
#![cfg_attr(feature = "async-await-preview", feature(
pin,
))]
#![cfg_attr(feature = "async-await-preview", feature(pin))]
//! Event loop that drives Tokio I/O resources.
//!