Ignore power throttling in benchmark calibration

This commit is contained in:
Mikhail Chusavitin
2026-04-20 09:26:29 +03:00
parent c69bf07b27
commit a94e8007f8
2 changed files with 18 additions and 2 deletions

View File

@@ -220,8 +220,6 @@ func benchmarkCalibrationThrottleReason(before, after BenchmarkThrottleCounters)
return "hw_thermal"
case diff.SWThermalSlowdownUS > 0:
return "sw_thermal"
case diff.HWPowerBrakeSlowdownUS > 0:
return "hw_power_brake"
default:
return ""
}