Skip to content

Commit 25b5b72

Browse files
committed
fix: update result data to include latest evals from pochi glm-flash
1 parent 50745bf commit 25b5b72

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

site/app/result-data.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ import resultData0308 from "@/jobs/2026-03-08__16-54-33/result.json"
44
import resultData0309_1 from "@/jobs/2026-03-09__10-20-21/result.json"
55
// pochi + glm
66
import resultData0309_2 from "@/jobs/2026-03-09__12-08-37/result.json"
7+
// pochi + glm-flash
8+
import resultData0310 from "@/jobs/2026-03-10__13-59-33/result.json"
79

810
export default {
9-
startedAt: resultData0309_2.started_at,
11+
startedAt: resultData0310.started_at,
1012
evals: {
1113
...resultData0308.stats.evals,
1214
...resultData0309_1.stats.evals,
1315
...resultData0309_2.stats.evals,
16+
...resultData0310.stats.evals,
1417
}
1518
}

0 commit comments

Comments
 (0)