Skip to content

Commit 69825b9

Browse files
committed
fix: include test fixtures in repository
The tests/fixtures/runs/ directory was excluded by the 'runs' rule in .gitignore, causing CI tests to fail with FileNotFoundError.
1 parent f8d30d3 commit 69825b9

6 files changed

Lines changed: 57 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,3 +252,4 @@ test-results
252252
BENCHMARKS_DATA.md
253253
benchmarks-old
254254
runs
255+
!tests/fixtures/runs/

tests/fixtures/runs/v1.0.0/default/openai/gpt-oss-120b/20260109_165752_472_RED_WHITE_BBBBBBB/requests.jsonl

Lines changed: 5 additions & 0 deletions
Large diffs are not rendered by default.

tests/fixtures/runs/v1.0.0/default/openai/gpt-oss-120b/20260109_165752_472_RED_WHITE_BBBBBBB/responses.jsonl

Lines changed: 5 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"run_won": false,
3+
"run_completed": true,
4+
"final_ante": 2,
5+
"final_round": 4,
6+
"providers": {
7+
"Groq": 25,
8+
"Cerebras": 9
9+
},
10+
"calls_total": 34,
11+
"calls_success": 34,
12+
"calls_error": 0,
13+
"calls_failed": 0,
14+
"tokens_in_total": 455289,
15+
"tokens_out_total": 42069,
16+
"tokens_in_avg": 13390.85294117647,
17+
"tokens_out_avg": 1237.3235294117646,
18+
"tokens_in_std": 310.1518818894578,
19+
"tokens_out_std": 618.7600367395697,
20+
"time_total_ms": 109092,
21+
"time_avg_ms": 3208.5882352941176,
22+
"time_std_ms": 1384.0242841985603,
23+
"cost_total": 0.1022712,
24+
"cost_avg": 0.0030079764705882354,
25+
"cost_std": 0.0017756556516872813
26+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "Default",
3+
"description": "The default BalatroLLM strategy",
4+
"author": "BalatroLLM",
5+
"version": "1.0.0",
6+
"tags": [
7+
"conservative",
8+
"financial"
9+
]
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"model": {
3+
"vendor": "openai",
4+
"name": "gpt-oss-120b"
5+
},
6+
"seed": "BBBBBBB",
7+
"deck": "RED",
8+
"stake": "WHITE",
9+
"strategy": "default"
10+
}

0 commit comments

Comments
 (0)