Benchmark | +{{ testCase.benchmark }} | +
Profile | +{{ testCase.profile }} | +
Scenario | +{{ testCase.scenario }} | +
Category | +{{ testCase.category }} | +
Artifact | +{{ metadata.binary ? "binary" : "library" }} | +
+ Iterations |
+ {{ metadata.iterations }} | +
LTO | +{{ cargoProfile.lto }} | +
Debuginfo | +{{ cargoProfile.debug }} | +
Codegen units | +{{ cargoProfile.codegen_units }} | +
Benchmark | Profile | Scenario | % Change | -+ |
Significance Threshold
|
- + |
Significance Factor
+ |
+ {{ isExpanded(comparison.testCase) ? "▼" : "▶" }}
+ |
+
{
|
-
+ |
|
-
{{
@@ -192,7 +172,7 @@ const unit = computed(() => {
+ |
|
{{
@@ -218,6 +198,14 @@ const unit = computed(() => {
+ |
+ |
---|