8 Commits

Author SHA1 Message Date
thePR0M3TH3AN
354d8a7fbd Remove Cargo.lock from .gitignore to allow version tracking of dependencies 2025-05-24 19:05:21 -04:00
thePR0M3TH3AN
c33fd3e4a6 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.
2025-05-21 15:53:48 -04:00
thePR0M3TH3AN
83eaf6fe6e Clean up build artifacts and update .gitignore for Rust project
Remove unnecessary build artifacts from the target directory, including various fingerprint files and cached information. Update the .gitignore to ensure these files are not tracked in the future, streamlining the project and reducing clutter.
2025-05-20 22:58:11 -04:00
thePR0M3TH3AN
b43d3e3ebd 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`.
2025-05-20 14:59:02 -04:00
thePR0M3TH3AN
2c6555d7f5 Update .gitignore and enhance test documentation for coverage reporting
- Add /bench/backups, /target/, cobertura.xml, and tarpaulin-report.html to .gitignore to prevent tracking of generated files.
- Update test.md to include instructions for running tests and generating coverage reports using cargo tarpaulin.
2025-05-20 14:11:25 -04:00
thePR0M3TH3AN
7b596ab17a dirty scan speed testing 2025-05-18 23:53:50 -04:00
thePR0M3TH3AN
fe8aa18803 update 2025-05-14 17:51:17 -04:00
thePR0M3TH3AN
9d3e0ffef7 update 2025-05-14 16:44:05 -04:00