test(client): add benchmarks for new cancelable queue

This commit is contained in:
Sean McArthur
2018-02-06 12:31:31 -08:00
parent 1eb18a9e44
commit 648548cfa3
2 changed files with 58 additions and 2 deletions

View File

@@ -2,4 +2,5 @@ pub use self::str::ByteStr;
mod str;
#[derive(Debug)]
pub enum Never {}