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
AVA uses worker threads by default. Looks like this is not an argument that can be passed to worker threads. You can run with --no-worker-threads (IIRC) to use child processes and then this should work.
npx ava tests/perf.spec.js --node-arguments='--expose-gc'
gives me
version
4.0.1
The text was updated successfully, but these errors were encountered: