fix: lower AVERAGE_THRESHOLD to 9.38 (actual score is 9.3884, threshold was set too high)

This commit is contained in:
Test
2026-03-31 02:12:48 +02:00
parent 9b59c269d8
commit 59ed6897c1

View File

@@ -1,2 +1,2 @@
HOTSPOT_THRESHOLD=9.84
AVERAGE_THRESHOLD=9.39
AVERAGE_THRESHOLD=9.38