mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-09 07:38:50 +00:00

- 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.
5 lines
199 B
Markdown
5 lines
199 B
Markdown
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|
|
|:---|---:|---:|---:|---:|
|
|
| `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 |
|