HTML Preparation code:
Script Preparation code:
Tests:
  • _.partitionBy(data, (v) => v.name);

  • partitionBy with native reduce

  • partitionBy with forEach

  • partitionBy with for loop

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    _.partitionBy(data, (v) => v.name);
    partitionBy with native reduce
    partitionBy with forEach
    partitionBy with for loop

    Fastest: N/A

    Slowest: N/A

Get performance results from real users on your website with Request Metrics.
Latest run results:
Run details: (Test run date: one month ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36
Chrome 123 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
_.partitionBy(data, (v) => v.name); 0.0 Ops/sec
partitionBy with native reduce 395742.8 Ops/sec
partitionBy with forEach 3115274.0 Ops/sec
partitionBy with for loop 4565322.0 Ops/sec