Skip to content

Commit

Permalink
Benchmark number for JSON.parse is incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
Auspicus authored Feb 12, 2025
1 parent 5e17dd5 commit 5b80429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b80429

Please sign in to comment.