Skip to content

test: make test-perf-hooks more robust and work with workers

Previously the test makes several assumptions about the absolute values of the nodeTiming fields, which can make the test flaky on slow machines. This patch rewrites the test to check the relative values instead. It also updates the test to make it work with workers instead of directly skipping in workers.

Refs: https://github.com/nodejs/reliability/issues/638

Merge request reports

Loading