Std.Bench.tooFast
1 declaration
fn
tooFast: &Std.Bench.Report -> BoolThis is a callable function.
What it does
Whether the batch was too small for the clock to see.
A best reading of zero means the whole batch finished inside one tick, so
every figure derived from it is a claim the measurement cannot support.
Read the signature
- The text after the name is the type checked by Pudu.
- Read arrows from left to right: inputs come first, and the final type is returned.
- & borrows a value for this call instead of moving or copying it.
