Skip to content

benchmark: fix http bench-parser.js

The internal HTTParser reinitialize() function was removed in ece50739 and replaced with an initialize() function. This broke benchmark/http/bench-parser.js. This change updates the benchmark so that it runs again.

/ping @nodejs/async_hooks @Drieger to make sure this is the correct change here.... If so, I would like to fast-track because this issue breaks the nightly benchmark tests on Jenkins.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading