Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
JSON stringify long array with ids
(version: 0)
Comparing performance of:
JSON Stringify 1 vs JSON Stringify 2
Created:
4 years ago
by:
Guest
Go to the latest result
Script Preparation code:
var longArray = [...Array(1000).fill('123123123')];
Tests:
JSON Stringify 1
JSON.stringify(longArray)
JSON Stringify 2
JSON.stringify(longArray);
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
JSON Stringify 1
JSON Stringify 2
Fastest:
N/A
Slowest:
N/A
Latest run results:
Run details:
(Test run date:
one year ago
)
User agent:
Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0
Browser/OS:
Firefox 132 on Linux
View result in a separate tab
Embed
Embed Benchmark Result
JSON Stringify 2
38K/s
JSON Stringify 1
37K/s
View exact numbers
Test name
Executions per second
✓
JSON Stringify 2
37,727 Ops/sec
JSON Stringify 1
36,599 Ops/sec
Related benchmarks
Loop Comprasion
Loop Comprasion TT Team
Comments
Confirm delete:
Do you really want to delete benchmark?