Skip to content

Commit 8930da5

Browse files
committed
Fix: Include benchmark result JSON files in version control
- Removed results/ from .gitignore (kept *.pt for large binaries) - Added switching_lds_benchmark.json - Added cmapss_benchmark.json - Added benchmark_20260220_135749.json
1 parent 9fd7ccc commit 8930da5

4 files changed

Lines changed: 20521 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ __pycache__/
22
*.pyc
33
*.pyo
44
*.egg-info/
5-
results/
5+
results/*.pt
66
figures/
77
.pytest_cache/
88
.coverage

0 commit comments

Comments
 (0)