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
Test name
Executions per second
First
18262920.0 Ops/sec
Second
17625998.0 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];