diff --git a/criterion/day 1/index.html b/criterion/day 1/index.html new file mode 100644 index 0000000..b6b7f8f --- /dev/null +++ b/criterion/day 1/index.html @@ -0,0 +1,113 @@ + + + +
+ +This chart shows the relationship between function/parameter and iteration time. The thickness of the shaded + region indicates the probability that a measurement of the given function/parameter would take a particular + length of time.
++ + + + | ++ + + + | +
+ + + + | ++ + + + | +
+ + + + | ++ + + + | +
+ | Lower bound | +Estimate | +Upper bound | +
---|---|---|---|
Slope | +54.470 µs | +54.880 µs | +55.651 µs | +
R² | +0.7007384 | +0.7046882 | +0.6908748 | +
Mean | +54.524 µs | +54.939 µs | +55.611 µs | +
Std. Dev. | +481.96 ns | +2.8950 µs | +4.8059 µs | +
Median | +54.399 µs | +54.468 µs | +54.507 µs | +
MAD | +140.64 ns | +177.85 ns | +222.92 ns | +
The plot on the left displays the average time per iteration for this benchmark. The shaded region + shows the estimated probabilty of an iteration taking a certain amount of time, while the line + shows the mean. Click on the plot for a larger view showing the outliers.
+The plot on the right shows the linear regression calculated from the measurements. Each point + represents a sample, though here it shows the total time for the sample rather than time per + iteration. The line is the line of best fit for these measurements.
+See the + documentation for more details on the additional statistics.
++ + + + | ++ + + + | +
+ | Lower bound | +Estimate | +Upper bound | +
---|---|---|---|
Slope | +70.509 µs | +70.572 µs | +70.637 µs | +
R² | +0.9977124 | +0.9978215 | +0.9977046 | +
Mean | +70.448 µs | +70.552 µs | +70.700 µs | +
Std. Dev. | +243.81 ns | +657.05 ns | +1.0519 µs | +
Median | +70.383 µs | +70.446 µs | +70.556 µs | +
MAD | +209.30 ns | +259.33 ns | +313.66 ns | +
The plot on the left displays the average time per iteration for this benchmark. The shaded region + shows the estimated probabilty of an iteration taking a certain amount of time, while the line + shows the mean. Click on the plot for a larger view showing the outliers.
+The plot on the right shows the linear regression calculated from the measurements. Each point + represents a sample, though here it shows the total time for the sample rather than time per + iteration. The line is the line of best fit for these measurements.
+See the + documentation for more details on the additional statistics.
+