Skip to content

benchmark: rest operator benchmark

Benchmark comparing util._extend(), Object.assign(), and the rest operator for object assignment (e.g. { ...src }).

util._extend() still wins currently.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

benchmarks

Merge request reports

Loading