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
This is a nice package, as it allows tests in a single script. However, the retest or runtests functions take a lot of time to compile when they are called the first time. Do you think it is possible to speed the compilation up? Thanks.
The text was updated successfully, but these errors were encountered:
Thanks for the report, there's a precompilation workload on master now. On my machine that reduces TTFX of one of the tests from 9s to 3s. I'll let it sit there for a bit for a testing, and tag a new release maybe next week.
This is a nice package, as it allows tests in a single script. However, the
retest
orruntests
functions take a lot of time to compile when they are called the first time. Do you think it is possible to speed the compilation up? Thanks.The text was updated successfully, but these errors were encountered: