Skip to content

Commit 0707fc5

Browse files
committed
docs: update benchmarks
1 parent a02e73b commit 0707fc5

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,12 @@ console.log(qs)
4343
╔══════════════════╤═════════╤═══════════════════╤═══════════╤══════════════════════════╗
4444
║ Slower tests │ Samples │ Result │ Tolerance │ Difference with previous ║
4545
╟──────────────────┼─────────┼───────────────────┼───────────┼──────────────────────────╢
46-
║ qs │ 10000 │ 690970.02 op/sec │ ± 2.62 % │ ║
47-
║ query-string │ 10000 │ 728597.61 op/sec │ ± 3.27 % │ + 5.45 % ║
48-
║ URLStateMachine │ 10000 │ 782804.78 op/sec │ ± 2.19 % │ + 7.44 % ║
49-
║ node:querystring │ 10000 │ 3225895.94 op/sec │ ± 7.42 % │ + 312.09 % ║
46+
║ qs │ 10000 │ 693377.51 op/sec │ ± 3.05 % │ ║
47+
║ query-string │ 10000 │ 719847.15 op/sec │ ± 3.01 % │ + 3.82 % ║
48+
║ node:querystring │ 10000 │ 3197501.34 op/sec │ ± 1.16 % │ + 344.19 % ║
5049
╟──────────────────┼─────────┼───────────────────┼───────────┼──────────────────────────╢
5150
║ Fastest test │ Samples │ Result │ Tolerance │ Difference with previous ║
5251
╟──────────────────┼─────────┼───────────────────┼───────────┼──────────────────────────╢
53-
║ fast-querystring │ 10000 │ 3499113.15 op/sec │ ± 4.37 % │ + 8.47 % ║
52+
║ fast-querystring │ 10000 │ 3500432.30 op/sec │ ± 5.57 % │ + 9.47 % ║
5453
╚══════════════════╧═════════╧═══════════════════╧═══════════╧══════════════════════════╝
5554
```

0 commit comments

Comments
 (0)