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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0
Browser:
Chrome 126
Operating system:
Windows
Device Platform:
Desktop
Date tested:
one year ago
Test name
Executions per second
1
0.0 Ops/sec
2
177242.2 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);