@@ -38,15 +38,17 @@ console.log(qs)
3838> fast-querystring@0.1.0 benchmark
3939> node test/benchmark.mjs
4040
41- ╔══════════════════╤═════════╤═══════════════════╤═══════════╤══════════════════════════╗
42- ║ Slower tests │ Samples │ Result │ Tolerance │ Difference with previous ║
43- ╟──────────────────┼─────────┼───────────────────┼───────────┼──────────────────────────╢
44- ║ qs │ 10000 │ 693377.51 op/sec │ ± 3.05 % │ ║
45- ║ query-string │ 10000 │ 719847.15 op/sec │ ± 3.01 % │ + 3.82 % ║
46- ║ node:querystring │ 10000 │ 3197501.34 op/sec │ ± 1.16 % │ + 344.19 % ║
47- ╟──────────────────┼─────────┼───────────────────┼───────────┼──────────────────────────╢
48- ║ Fastest test │ Samples │ Result │ Tolerance │ Difference with previous ║
49- ╟──────────────────┼─────────┼───────────────────┼───────────┼──────────────────────────╢
50- ║ fast-querystring │ 10000 │ 3500432.30 op/sec │ ± 5.57 % │ + 9.47 % ║
51- ╚══════════════════╧═════════╧═══════════════════╧═══════════╧══════════════════════════╝
41+ ╔═════════════════════════════════════════╤═════════╤═══════════════════╤═══════════╤══════════════════════════╗
42+ ║ Slower tests │ Samples │ Result │ Tolerance │ Difference with previous ║
43+ ╟─────────────────────────────────────────┼─────────┼───────────────────┼───────────┼──────────────────────────╢
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 % ║
49+ ╟─────────────────────────────────────────┼─────────┼───────────────────┼───────────┼──────────────────────────╢
50+ ║ Fastest test │ Samples │ Result │ Tolerance │ Difference with previous ║
51+ ╟─────────────────────────────────────────┼─────────┼───────────────────┼───────────┼──────────────────────────╢
52+ ║ fast-querystring │ 10000 │ 1500650.01 op/sec │ ± 2.52 % │ + 6.08 % ║
53+ ╚═════════════════════════════════════════╧═════════╧═══════════════════╧═══════════╧══════════════════════════╝
5254```
0 commit comments