update pre-commit config (#18860)
This commit is contained in:
@@ -618,7 +618,9 @@ class SGLangCIAnalyzer:
|
||||
if change_pct < -10:
|
||||
trend_indicator = f"📈 {change_pct:.1f}%"
|
||||
elif change_pct > 10:
|
||||
trend_indicator = f"⚠️ 📉 +{change_pct:.1f}%"
|
||||
trend_indicator = (
|
||||
f"⚠️ 📉 +{change_pct:.1f}%"
|
||||
)
|
||||
else:
|
||||
trend_indicator = f"➡️ {change_pct:+.1f}%"
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user