Update README.md

This commit is contained in:
Alexandre Pasmantier 2024-08-27 22:39:11 +02:00 committed by GitHub
parent 5f7f3923dc
commit 92cb0bc8f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,6 +70,15 @@ Options:
Print version
```
## Benchmarks
**Warning**: _this is just a couple of comparisons on different sizes of codebases to get an idea of the big numbers but not in any does this pretend to be a rigorous and scientific benchmarking exercise._
### The `curl` codebase (approx. half a milion lines)
<img width="786" alt="Screenshot 2024-08-27 at 22 31 13" src="https://github.com/user-attachments/assets/78344333-a56c-4955-8d22-60262c249027">
### The `tokio` codebase (approx. 160k lines)
<img width="755" alt="Screenshot 2024-08-27 at 22 37 11" src="https://github.com/user-attachments/assets/fdb1c678-4446-4d6e-a85e-249cfd536b27">
## Examples
### Basic usage
```sh