Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
Asd asdas dasd asd
asdasdasd sad
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36
Browser:
Chrome 134
Operating system:
Windows
Device Platform:
Desktop
Date tested:
one year ago
First
18.3M/s
Second
17.6M/s
View exact numbers
Test name
Executions per second
✓
First
18,262,920 Ops/sec
Second
17,625,998 Ops/sec
HTML Preparation code:
<!--your preparation HTML code goes here--> <div id=''></div>
Tests:
First
const arr1 = ['7', '8', '9']; const arr2 = ['1', '2', '3', '4', '5', '6']; const arr3 = arr2.reduce((acc, v) => { acc.push(v); return acc; }, [...arr1]);
Second
const arr1 = ['7', '8', '9']; const arr2 = ['1', '2', '3', '4', '5', '6']; const arr3 = [...arr1, ...arr2];