Skip to content

Commit 6da80ce

Browse files
committed
docs: update benchmarks
1 parent c9d079f commit 6da80ce

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ console.log(qs)
4141
╔═════════════════════════════════════════╤═════════╤═══════════════════╤═══════════╤══════════════════════════╗
4242
║ Slower tests │ Samples │ Result │ Tolerance │ Difference with previous ║
4343
╟─────────────────────────────────────────┼─────────┼───────────────────┼───────────┼──────────────────────────╢
44-
║ qs │ 10000 │ 316721.51 op/sec │ ± 1.13 % │ ║
45-
║ query-string │ 10000 │ 336703.57 op/sec │ ± 1.07 % │ + 6.31 % ║
46-
║ URLSearchParams-with-Object.fromEntries │ 10000 │ 855837.00 op/sec │ ± 2.37 % │ + 154.18 % ║
47-
║ URLSearchParams-with-construct │ 3000 │ 1157891.65 op/sec │ ± 0.87 % │ + 35.29 % ║
48-
║ node:querystring │ 2500 │ 1414600.03 op/sec │ ± 0.96 % │ + 22.17 % ║
44+
║ qs │ 10000 │ 314490.53 op/sec │ ± 1.30 % │ ║
45+
║ query-string │ 10000 │ 335943.68 op/sec │ ± 1.26 % │ + 6.82 % ║
46+
║ URLSearchParams-with-Object.fromEntries │ 10000 │ 841094.46 op/sec │ ± 2.71 % │ + 150.37 % ║
47+
║ URLSearchParams-with-construct │ 10000 │ 1230055.12 op/sec │ ± 3.04 % │ + 46.24 % ║
48+
║ node:querystring │ 10000 │ 1402133.99 op/sec │ ± 4.02 % │ + 13.99 % ║
4949
╟─────────────────────────────────────────┼─────────┼───────────────────┼───────────┼──────────────────────────╢
5050
║ Fastest test │ Samples │ Result │ Tolerance │ Difference with previous ║
5151
╟─────────────────────────────────────────┼─────────┼───────────────────┼───────────┼──────────────────────────╢
52-
║ fast-querystring │ 10000 │ 1500650.01 op/sec │ ± 2.52 % │ + 6.08 %
52+
║ fast-querystring │ 10000 │ 1620376.82 op/sec │ ± 3.72 % │ + 15.57 %
5353
╚═════════════════════════════════════════╧═════════╧═══════════════════╧═══════════╧══════════════════════════╝
5454
```

0 commit comments

Comments
 (0)