Skip to main content

bench_field

Macro bench_field 

Source
macro_rules! bench_field {
    ($name:ident, $desc:expr, $fe_a:expr, $fe_b:expr) => { ... };
}
Expand description

Write a series of criterion-based benchmarks for a field implementation.