mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-07 06:38:44 +00:00
Update benchmarks in dirty-vs-full.md and add to .gitignore
- Revised performance metrics for `full-scan` and `dirty-scan` in `bench/dirty-vs-full.md`. - Added `bench/dirty-vs-full.md` and `bench/index.db` to `.gitignore` to prevent tracking of generated files.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -58,3 +58,6 @@ test.db
|
||||
\*.html
|
||||
repo-context.txt
|
||||
saved\_config.yaml
|
||||
bench/dirty-vs-full.md
|
||||
bench/index.db
|
||||
bench/dirty-vs-full.md
|
||||
|
@@ -1,4 +1,4 @@
|
||||
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|
||||
|:---|---:|---:|---:|---:|
|
||||
| `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 |
|
||||
| `full-scan` | 583.4 ± 48.6 | 526.8 | 652.4 | 6.47 ± 1.17 |
|
||||
| `dirty-scan` | 90.1 ± 14.5 | 73.2 | 116.7 | 1.00 |
|
||||
|
Reference in New Issue
Block a user