avajs/ava

Print warning when test files take a disproportionate amount of time to declare tests

Open

#2.565 geöffnet am 22. Aug. 2020

Auf GitHub ansehen
 (2 Kommentare) (4 Reaktionen) (1 zugewiesene Person)JavaScript (20.600 Stars) (1.408 Forks)batch import
help wantedscope:reportersscope:scheduling

Beschreibung

Based on feedback from @shusson in https://github.com/avajs/ava/issues/2268#issuecomment-676513972 it would be interesting if we could instrument how long it takes between AVA loading the test file to tests being declared.

This time is not taken by AVA itself, but instead by the test and project code. There are likely optimizations possible in the project that is using AVA.

If this takes a disproportionate amount of time of the overall test run (5%? 10%?) we should print a warning after the test run has completed.

Contributor Guide