Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
test by me
(version: 1)
Comparing performance of:
case 1 vs case 2
Created:
one year ago
by:
Guest
Jump to the latest result
Script Preparation code:
function moreData(arr, left) { if(left === 0) return arr; else { arr.push("Lorem ipsum dolor sit amet, consectetur adipiscing"); return moreData(arr, left - 1); } } function makeTestData() { return moreData([], 40); }
Tests:
case 1
makeTestData().join('-')
case 2
JSON.stringify(makeTestData());
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
case 1
case 2
Fastest:
N/A
Slowest:
N/A
Latest run results:
No previous run results
This benchmark does not have any results yet. Be the first one
to run it!
Comments
Confirm delete:
Do you really want to delete benchmark?