mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-08 23:28:44 +00:00
Update .gitignore, add CLI cheatsheet, and modify benchmark results
- Updated .gitignore to include new target files and reports. - Added a new CLI cheatsheet document for quick reference on commands and flags. - Modified benchmark results in `bench/dirty-vs-full.md` to reflect updated performance metrics. - Changed permissions for `run_all_tests.sh` to make it executable. - Updated `target/.rustc_info.json` with additional output information. - Adjusted file modes for `target/release/marlin` and `target/release/marlin.d`.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
| 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 |
|
||||
| `full-scan` | 631.7 ± 78.1 | 541.8 | 711.3 | 8.72 ± 1.39 |
|
||||
| `dirty-scan` | 72.5 ± 7.3 | 63.2 | 85.7 | 1.00 |
|
||||
|
Reference in New Issue
Block a user