HTML Preparation code:
Script Preparation code:
Tests:
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

Latest run results:
Run details: (Test run date: 2 years 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
partitionBy with for loop
4.6M/s
partitionBy with forEach
3.1M/s
partitionBy with native reduce
396K/s
_.partitionBy(data, (v) => v.name);
0/s
View exact numbers
Test name Executions per second
partitionBy with for loop 4,565,322 Ops/sec
partitionBy with forEach 3,115,274 Ops/sec
partitionBy with native reduce 395,743 Ops/sec
_.partitionBy(data, (v) => v.name); 0 Ops/sec