Update benchmarks and clean up CLI code for improved readability

- Updated benchmark results in `bench/dirty-vs-full.md` to reflect new performance metrics for `full-scan` and `dirty-scan`.
- Removed unnecessary comments and whitespace in `cli-bin/src/main.rs` to enhance code clarity and maintainability.
This commit is contained in:
thePR0M3TH3AN
2025-05-19 22:49:35 -04:00
parent 9c325366f9
commit 0c40bdac84
5 changed files with 797 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|:---|---:|---:|---:|---:|
| `full-scan` | 407.3 ± 3.5 | 402.9 | 412.6 | 6.32 ± 0.38 |
| `dirty-scan` | 64.5 ± 3.8 | 59.2 | 69.8 | 1.00 |
| `full-scan` | 504.7 ± 38.5 | 462.3 | 562.2 | 6.75 ± 0.67 |
| `dirty-scan` | 74.8 ± 4.8 | 66.9 | 81.3 | 1.00 |