File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ def make_chart_with_runs(
439
439
}[self ._projects [run .project ]]
440
440
+ (
441
441
["bar-label-very-small" ]
442
- if "test_utf_8 " in run .benchmark_name
442
+ if "diagnostic_types.rs " in run .benchmark_name
443
443
else []
444
444
),
445
445
),
@@ -449,6 +449,7 @@ def make_chart_with_runs(
449
449
if is_incremental_chart
450
450
else "Rust full builds: <tspan class='color-1-of-3'>workspace layout</tspan> is fastest" ,
451
451
subtitle = "tested on Linux. lower is better." ,
452
+ force_maximum_value = 3100000000 if is_incremental_chart else None ,
452
453
groups = [
453
454
BarChartGroup (
454
455
name = group_name ,
@@ -846,7 +847,7 @@ def make_chart_with_runs(
846
847
),
847
848
)
848
849
chart = BarChart (
849
- name = "Linux: <tspan class='color-1-of-2'>Rust</tspan> usually builds faster than <tspan class='color-2-of-2'>C++</tspan>"
850
+ name = "Linux: <tspan class='color-1-of-2'>Rust</tspan> sometimes builds faster than <tspan class='color-2-of-2'>C++</tspan>"
850
851
if hostname == "strapurp"
851
852
else "macOS: <tspan class='color-2-of-2'>C++</tspan> usually builds faster than <tspan class='color-1-of-2'>Rust</tspan>" ,
852
853
subtitle = f"lower is better." ,
You can’t perform that action at this time.
0 commit comments