Skip to content

Commit

Permalink
chore(docs): update benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Oct 23, 2023
1 parent 8482953 commit c4f96fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ let audit = accessibility_rs::audit(&AuditConfig::new(&html, &css, false, "en"))

```sh
audit-speed/core/audit: small html (4k iterations)
time: [66.025 µs 66.151 µs 66.270 µs]
time: [60.988 µs 61.067 µs 61.157 µs]
audit-speed/core/audit: medium html (4k iterations)
time: [928.16 µs 931.17 µs 933.96 µs]
time: [890.56 µs 905.52 µs 923.23 µs]
audit-speed/core/audit: large html (4k iterations)
time: [1.1475 ms 1.1507 ms 1.1531 ms]
time: [1.1316 ms 1.1101 ms 1.1478 ms]
```

## Examples
Expand Down

0 comments on commit c4f96fd

Please sign in to comment.