fix(ci): add missing sassafras benchmark data file

The 25_tickets_100_auths.bin file was gitignored by the global *.bin
rule but is required for cargo-check-all-benches CI job. This adds an
exception to .gitignore and includes the benchmark data file.
This commit is contained in:
2025-12-27 14:01:51 +03:00
parent 91e939b591
commit fb17ba212f
2 changed files with 2 additions and 0 deletions
+2
View File
@@ -11,6 +11,8 @@
.wasm-binaries
*.adoc
*.bin
# Exception: sassafras benchmark data (required for CI)
!bizinikiwi/pezframe/sassafras/src/data/*.bin
*.iml
*.orig
*.rej