summaryrefslogtreecommitdiff
path: root/script/core/diagnostics/redundant-value.lua
AgeCommit message (Collapse)Author
2024-05-24Throttle calls to await.delay() in some diagnosticsPaul Emmerich
These 5 diagnostics cause ~70% of all calls to await.delay() by diagnostics which in turn is about ~20% of the total runtime of diagnostics. Out of these diagnostics only assign-type-mismatch commonly exceeds runtimes of 100ms (worst observed in my dataset was 7 seconds) and even then it still attempts to call await.delay() over 1500 times per second, so throttling by a factor of 15 is still fine.
2021-11-03update async mark最萌小汐
2021-11-02mark async最萌小汐
2021-09-22update最萌小汐
2021-06-11rename getAst -> getState最萌小汐
2020-11-20no longer beta最萌小汐