Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Asd asdas dasd asd
(version: 1)
asdasdasd sad
Comparing performance of:
First vs Second
Created:
one year ago
by:
Guest
Jump to the latest result
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];
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
First
Second
Fastest:
N/A
Slowest:
N/A
Latest run results:
Run details:
(Test run date:
one year ago
)
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/OS:
Chrome 134 on Windows
View result in a separate tab
Embed
Embed Benchmark Result
Test name
Executions per second
First
18262920.0 Ops/sec
Second
17625998.0 Ops/sec
Related benchmarks:
For loop comparison
testing js
asdasdds
Test for loop vs find()
pre fill array
JS array for test
mytesatsasd123asd
asdfadsf
loop speed
Comments
Confirm delete:
Do you really want to delete benchmark?