You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I love this test runner (even though I'm from the Node.js test_runner team 😉 )
I'm trying to improve the performance of test startup time when not using watch.
How watch make the test start faster?
Is it because of already finding the test files?
use already compiled code?
anything else?
I want to add a local cache maybe so the test starts faster, it takes 8s for my test to run and I want to improve the performance after the first run to help in debugging
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey, I love this test runner (even though I'm from the Node.js test_runner team 😉 )
I'm trying to improve the performance of test startup time when not using watch.
How
watch
make the test start faster?I want to add a local cache maybe so the test starts faster, it takes 8s for my test to run and I want to improve the performance after the first run to help in debugging
Beta Was this translation helpful? Give feedback.
All reactions