macro_rules! bench {
($name:ident, $engine:path, $bs:expr) => { ... };
($engine:path) => { ... };
}
Available on crate feature
dev
only.Expand description
Define benchmark
macro_rules! bench {
($name:ident, $engine:path, $bs:expr) => { ... };
($engine:path) => { ... };
}
dev
only.Define benchmark