Skip to content

benchmark: correct assert benchmark

benchmark/assert/deepequal-buffer.js benchmarks assert.deepEqual() if the method option is strict and assert.deepStrictEqual() if method is nonstrict. That seems backwards and an error. This commit fixes it.

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

benchmark

Merge request reports

Loading