Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
JSON Stringify Speed Test 0
This benchmark tests whether the speed or JSON.stringify changes with object size
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36
Browser:
Chrome 124
Operating system:
Linux
Device Platform:
Desktop
Date tested:
one year ago
Test name
Executions per second
1
0.0 Ops/sec
2
127516.4 Ops/sec
Tests:
1
const a = {"name":"koreq.publish.process_response","spanId":"7bd4aae996347e18","traceId":"4c1c06b603354025a6ef5f3ff4cfa0e8","startTimeUnixMilli":1715972358893,"attributes":{"flowName":"process_response","cc":["respond_to_user"],"pid":1744551},"kind":"producer","parentSpanId":"e9b12c2049994151","endTimeUnixMilli":1715972358898,"status":{"code":1},"isWritten":false,"eventName":"endSpan"}; JSON.strigify(a);
2
const a = {}; for (let i = 0; i < 100; i++) { a[i] = i; } JSON.stringify(a);