Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:150.0) Gecko/20100101 Firefox/150.0
Firefox 150
Mac OS X 10.15
Desktop
3 months ago
Slice with begin argument
32.9M/s
Slice with begin and end argument
32.8M/s
For loop with declared length
14.7M/s
View exact numbers
| Test name |
Executions per second |
|
✓
Array.slice
|
32,993,010 Ops/sec |
|
Slice with begin argument
|
32,890,174 Ops/sec |
|
Slice with begin and end argument
|
32,798,278 Ops/sec |
|
Array.concat
|
24,338,184 Ops/sec |
|
While loop
|
15,078,051 Ops/sec |
|
For loop with declared length
|
14,727,930 Ops/sec |
|
For loop
|
14,429,202 Ops/sec |
|
Spread operator
|
6,426,543 Ops/sec |
Tests:
-
Array.concat
-
Array.slice
-
For loop
-
For loop with declared length
-
While loop
-
Spread operator
-
Slice with begin argument
-
Slice with begin and end argument