Skip to content

Commit eebf541

Browse files
committed
Update tracker
1 parent 704b389 commit eebf541

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

configs/scripts/main_tracker.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,17 @@
103103
"grok-code-fast-1.qwen3-coder-plus-2025-09-23": "10 (157 rounds)",
104104
"grok-code-fast-1.o3": "10 (157 rounds)",
105105
"gemini-2.5-pro.glm-4-5": "0 (0 rounds)",
106-
"gemini-2.5-pro.gpt-5": "10 (140 rounds)",
106+
"gemini-2.5-pro.gpt-5": "10 (155 rounds)",
107107
"gemini-2.5-pro.gpt-5-mini": "10 (160 rounds)",
108108
"gemini-2.5-pro.qwen3-coder-plus-2025-09-23": "10 (160 rounds)",
109109
"gemini-2.5-pro.o3": "10 (160 rounds)",
110110
"glm-4-5.gpt-5": "0 (0 rounds)",
111111
"glm-4-5.gpt-5-mini": "0 (0 rounds)",
112112
"glm-4-5.qwen3-coder-plus-2025-09-23": "0 (0 rounds)",
113113
"glm-4-5.o3": "0 (0 rounds)",
114-
"gpt-5.gpt-5-mini": "10 (150 rounds)",
115-
"gpt-5.qwen3-coder-plus-2025-09-23": "10 (152 rounds)",
116-
"gpt-5.o3": "9 (144 rounds)",
114+
"gpt-5.gpt-5-mini": "11 (166 rounds)",
115+
"gpt-5.qwen3-coder-plus-2025-09-23": "10 (159 rounds)",
116+
"gpt-5.o3": "10 (160 rounds)",
117117
"gpt-5-mini.qwen3-coder-plus-2025-09-23": "10 (160 rounds)",
118118
"gpt-5-mini.o3": "10 (160 rounds)",
119119
"o3.qwen3-coder-plus-2025-09-23": "10 (160 rounds)"
@@ -234,7 +234,7 @@
234234
"gpt-5.gpt-5-mini": "0 (0 rounds)",
235235
"gpt-5.qwen3-coder-plus-2025-09-23": "0 (0 rounds)",
236236
"gpt-5.o3": "0 (0 rounds)",
237-
"gpt-5-mini.qwen3-coder-plus-2025-09-23": "0 (0 rounds)",
237+
"gpt-5-mini.qwen3-coder-plus-2025-09-23": "8 (108 rounds)",
238238
"gpt-5-mini.o3": "0 (0 rounds)",
239239
"o3.qwen3-coder-plus-2025-09-23": "7 (97 rounds)"
240240
}

configs/scripts/update_tracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from pathlib import Path
33

44
tracker = json.load(open("configs/scripts/main_tracker.json"))
5-
arena_logs = [p.parent for p in Path("logs").rglob("game.log")]
5+
arena_logs = [p.parent for p in Path("logs/completed").rglob("game.log")]
66

77
# Set all tracker values to 0
88
for arena in tracker:

0 commit comments

Comments
 (0)