Skip to content

benchmark: fix punycode and get-ciphers benchmark

I've missed two for loops without initialization in https://github.com/nodejs/node/pull/9615. This adds missing i = 0 to those loops in punycode and get-ciphers benchmarks.

Sorry for the trouble.

/cc @mcollina @jasnell

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

benchmarks

Merge request reports

Loading