1 2 3 4 5 6 7 8 9 10 11
#![feature(test, async_await, await_macro, futures_api)] #![warn(rust_2018_idioms)] extern crate test; #[macro_use] mod common; mod native { benchmark_suite!(runtime_native::Native); }