refactor(tests): rename benchmarks/ to tests/hashline/, remove FriendliAI dependency

- Move benchmarks/ → tests/hashline/
- Replace @friendliai/ai-provider with @ai-sdk/openai-compatible
- Remove all 'benchmark' naming (package name, scripts, env vars, session IDs)
- Fix import paths for new directory depth (../src → ../../src)
- Fix pre-existing syntax error in headless.ts (unclosed case block)
- Inject HASHLINE_EDIT_DESCRIPTION into test system prompt
- Scripts renamed: bench:* → test:*
This commit is contained in:
YeonGyu-Kim
2026-03-17 16:41:02 +09:00
parent f2d5f4ca92
commit d50c38f037
4 changed files with 35 additions and 28 deletions
+1 -4
View File
@@ -14,10 +14,7 @@ import { resolve } from "node:path";
// ── Models ────────────────────────────────────────────────────
const MODELS = [
{ id: "MiniMaxAI/MiniMax-M2.5", short: "M2.5" },
// { id: "MiniMaxAI/MiniMax-M2.1", short: "M2.1" }, // masked: slow + timeout-prone
// { id: "zai-org/GLM-5", short: "GLM-5" }, // masked: API 503
{ id: "zai-org/GLM-4.7", short: "GLM-4.7" },
{ id: "minimax-m2.5-free", short: "M2.5-Free" },
];
// ── CLI args ──────────────────────────────────────────────────