Results for “Std.Bench.Report”
10 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Bench.Report
What a sample says once it has been read.
- Std.Bench.compare
&Std.Bench.Report -> &Std.Bench.Report -> StrTwo measurements written as a line saying which won and by how much.
- Std.Bench.fasterThan
&Std.Bench.Report -> &Std.Bench.Report -> Int -> BoolWhether a candidate is faster than a baseline by more than a stated margin.
- Std.Bench.ratio
&Std.Bench.Report -> &Std.Bench.Report -> IntHow one measurement compares with another, in hundredths.
- Std.Bench.render
&Std.Bench.Report -> StrOne report written as a line.
- Std.Bench.renderAll
&Array[Std.Bench.Report] -> StrEvery report written, one to a line.
- Std.Bench.run
Str -> Int -> Int -> fn() -> () -> Std.Bench.ReportMeasure and read in one step.
- Std.Bench.slowerThan
&Std.Bench.Report -> &Std.Bench.Report -> Int -> BoolWhether a candidate is slower than a baseline by more than a stated margin.
- Std.Bench.summarize
&Std.Bench.Sample -> Std.Bench.ReportWhat a sample says.
- Std.Bench.tooFast
&Std.Bench.Report -> BoolWhether the batch was too small for the clock to see.
