From 5b80429720bb17d169a5873b2605517900c4362c Mon Sep 17 00:00:00 2001 From: David E Disch Date: Wed, 12 Feb 2025 14:33:19 +1100 Subject: [PATCH] Benchmark number for JSON.parse is incorrect --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5c2f84..5215e6b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Here's a result from running a real-world benchmark on Node v6.5 - **pbf** encode: 396ms, or 56 MB/s - **protocol-buffers** decode: 837ms, or 26 MB/s - **protocol-buffers** encode: 4197ms, or 5 MB/s -- **JSON.parse**: 1540ms, or 125 MB/s (parsing an equivalent 77.5 MB JSON file) +- **JSON.parse**: 1540ms, or 50 MB/s (parsing an equivalent 77.5 MB JSON file) - **JSON.stringify**: 607ms, or 49 MB/s ## Examples