Macro criterion::criterion_main [] [src]

macro_rules! criterion_main {
    ( $( $group:path ),+ ) => { ... };
}

Macro which expands to a main function which executes all of the given benchmark groups.