Skip to content

Commit

Permalink
chore: update readme benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
rhighs committed Dec 30, 2023
1 parent d4b9b06 commit 5458cc3
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,38 +17,38 @@ fast-json-stringify requires a [JSON Schema Draft 7](https://json-schema.org/spe

##### Benchmarks

- Machine: `EX41S-SSD, Intel Core i7, 4Ghz, 64GB RAM, 4C/8T, SSD`.
- Node.js `v18.12.1`
- Machine: `2TB SK Hynix Platinum P41 PCIe NVMe Gen4, AMD Ryzen 7 5800X, 4.2Ghz, 16GB RAM, 8C/16T`.
- Node.js `v20.10.0`

```
FJS creation x 4,129 ops/sec ±0.82% (92 runs sampled)
CJS creation x 184,196 ops/sec ±0.12% (97 runs sampled)
AJV Serialize creation x 61,130,591 ops/sec ±0.40% (92 runs sampled)
JSON.stringify array x 5,057 ops/sec ±0.10% (100 runs sampled)
fast-json-stringify array default x 6,243 ops/sec ±0.14% (98 runs sampled)
fast-json-stringify array json-stringify x 6,261 ops/sec ±0.30% (99 runs sampled)
compile-json-stringify array x 6,842 ops/sec ±0.18% (96 runs sampled)
AJV Serialize array x 6,964 ops/sec ±0.11% (95 runs sampled)
JSON.stringify large array x 248 ops/sec ±0.07% (90 runs sampled)
fast-json-stringify large array default x 99.96 ops/sec ±0.22% (74 runs sampled)
fast-json-stringify large array json-stringify x 248 ops/sec ±0.07% (90 runs sampled)
compile-json-stringify large array x 317 ops/sec ±0.09% (89 runs sampled)
AJV Serialize large array x 111 ops/sec ±0.07% (33 runs sampled)
JSON.stringify long string x 16,002 ops/sec ±0.09% (98 runs sampled)
fast-json-stringify long string x 15,979 ops/sec ±0.09% (96 runs sampled)
compile-json-stringify long string x 15,952 ops/sec ±0.31% (97 runs sampled)
AJV Serialize long string x 21,416 ops/sec ±0.08% (98 runs sampled)
JSON.stringify short string x 12,944,272 ops/sec ±0.09% (96 runs sampled)
fast-json-stringify short string x 30,585,790 ops/sec ±0.27% (97 runs sampled)
compile-json-stringify short string x 30,656,406 ops/sec ±0.12% (96 runs sampled)
AJV Serialize short string x 30,406,785 ops/sec ±0.37% (96 runs sampled)
JSON.stringify obj x 3,153,043 ops/sec ±0.33% (99 runs sampled)
fast-json-stringify obj x 6,866,434 ops/sec ±0.11% (100 runs sampled)
compile-json-stringify obj x 15,886,723 ops/sec ±0.15% (98 runs sampled)
AJV Serialize obj x 8,969,043 ops/sec ±0.36% (97 runs sampled)
JSON stringify date x 1,126,547 ops/sec ±0.09% (97 runs sampled)
fast-json-stringify date format x 1,836,188 ops/sec ±0.12% (99 runs sampled)
compile-json-stringify date format x 1,125,735 ops/sec ±0.19% (98 runs sampled)
FJS creation x 7,679 ops/sec ±1.16% (90 runs sampled)
CJS creation x 201,144 ops/sec ±0.40% (97 runs sampled)
AJV Serialize creation x 117,714,399 ops/sec ±0.67% (94 runs sampled)
JSON.stringify array x 4,068 ops/sec ±0.92% (97 runs sampled)
fast-json-stringify array default x 10,746 ops/sec ±0.54% (93 runs sampled)
fast-json-stringify array json-stringify x 11,102 ops/sec ±0.93% (93 runs sampled)
compile-json-stringify array x 10,656 ops/sec ±0.79% (95 runs sampled)
AJV Serialize array x 10,362 ops/sec ±1.37% (90 runs sampled)
JSON.stringify large array x 198 ops/sec ±0.77% (84 runs sampled)
fast-json-stringify large array default x 143 ops/sec ±1.40% (81 runs sampled)
fast-json-stringify large array json-stringify x 199 ops/sec ±0.44% (85 runs sampled)
compile-json-stringify large array x 522 ops/sec ±0.39% (94 runs sampled)
AJV Serialize large array x 162 ops/sec ±0.97% (82 runs sampled)
JSON.stringify long string x 12,593 ops/sec ±0.39% (96 runs sampled)
fast-json-stringify long string x 12,505 ops/sec ±0.32% (94 runs sampled)
compile-json-stringify long string x 12,557 ops/sec ±0.78% (94 runs sampled)
AJV Serialize long string x 31,406 ops/sec ±0.58% (88 runs sampled)
JSON.stringify short string x 14,173,359 ops/sec ±0.68% (98 runs sampled)
fast-json-stringify short string x 52,433,410 ops/sec ±0.34% (94 runs sampled)
compile-json-stringify short string x 50,096,908 ops/sec ±0.94% (98 runs sampled)
AJV Serialize short string x 48,903,497 ops/sec ±3.37% (93 runs sampled)
JSON.stringify obj x 2,655,636 ops/sec ±0.46% (94 runs sampled)
fast-json-stringify obj x 11,119,848 ops/sec ±0.64% (95 runs sampled)
compile-json-stringify obj x 26,579,854 ops/sec ±1.57% (93 runs sampled)
AJV Serialize obj x 14,695,781 ops/sec ±0.71% (94 runs sampled)
JSON stringify date x 642,000 ops/sec ±1.35% (94 runs sampled)
fast-json-stringify date format x 914,400 ops/sec ±0.63% (94 runs sampled)
compile-json-stringify date format x 651,345 ops/sec ±0.68% (93 runs sampled)
```

#### Table of contents:
Expand Down

0 comments on commit 5458cc3

Please sign in to comment.