Skip to content

Commit c3b1060

Browse files
committed
docs: update readme
1 parent 622226f commit c3b1060

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,17 @@ Enabling this feature without `libc++` installed would cause compile error.
2525

2626
### Performance
2727

28-
Ada is fast. The benchmark below shows **3.34 times** faster URL parsing compared to `url`
28+
Ada is fast. The benchmark below shows **3.49 times** faster URL parsing compared to `url`
2929

3030
```text
31-
parse/ada_url time: [2.0790 µs 2.0812 µs 2.0835 µs]
32-
thrpt: [369.84 MiB/s 370.25 MiB/s 370.65 MiB/s]
31+
can_parse/ada_url time: [1.2109 µs 1.2121 µs 1.2133 µs]
32+
thrpt: [635.09 MiB/s 635.75 MiB/s 636.38 MiB/s]
3333
34-
parse/url time: [6.9266 µs 6.9677 µs 7.0199 µs]
35-
thrpt: [109.77 MiB/s 110.59 MiB/s 111.25 MiB/s]
34+
parse/ada_url time: [2.0124 µs 2.0157 µs 2.0190 µs]
35+
thrpt: [381.67 MiB/s 382.28 MiB/s 382.91 MiB/s]
36+
37+
parse/url time: [7.0530 µs 7.0597 µs 7.0666 µs]
38+
thrpt: [109.04 MiB/s 109.15 MiB/s 109.25 MiB/s]
3639
```
3740

3841
### Implemented traits

0 commit comments

Comments
 (0)