macro_rules! tune_with {
($($args:expr),*) => { ... };
($($args:expr,)*) => { ... };
}
Expand description
Tune the operation set with these benchmark inputs
macro_rules! tune_with {
($($args:expr),*) => { ... };
($($args:expr,)*) => { ... };
}
Tune the operation set with these benchmark inputs