Skip to content

benchmark: refactor _http-benchmarkers.js

Refactor _http-benchmarkers.js:

  • The file used a mixture of inline callbacks with the function keyword and arrow functions. Use arrow functions for consistency.
  • The file used a mixture of trailing commas and no trailing commas. Use trailing commas for consistency.
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading