Skip to content

test: harden sequential/test-performance

  1. This adds a better error logging so we are able to address further failures easier.
  2. It adds a extra epsilon so the test runs into less issues in case the machine is under heavy load.
  3. The epsilon in increased if the CPU is under heavy load.
  4. The total startup epsilon was reduced due to recent startup time improvements.

Fixes: #19197 (closed) Refs: https://github.com/nodejs/reliability/issues/14

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading