Run details:
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
Mac OS X 10.15.7
Desktop
2 years ago
Benchmark.js
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 |
Tests:
-
_.partitionBy(data, (v) => v.name);
-
partitionBy with native reduce
-
partitionBy with forEach
-
partitionBy with for loop