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:
thePR0M3TH3AN
2025-05-21 15:53:48 -04:00
parent 886b9d12e7
commit c33fd3e4a6
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@@ -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

View File

@@ -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 |