CodeBench: sekunnit aikaleimaan (T17-58 → T17-58-23)

This commit is contained in:
2026-04-14 21:10:52 +03:00
parent a4942edb9f
commit 5b8919ef89

View File

@@ -29,7 +29,7 @@ const OLLAMA_URL = arg('ollama', process.env.OLLAMA_URL || 'http://127.0.0.1:114
const HUB_URL = arg('hub', ''); const HUB_URL = arg('hub', '');
const FILTER_MODELS = arg('models', ''); const FILTER_MODELS = arg('models', '');
const SCENARIO_FILTER = arg('scenarios', 'default'); const SCENARIO_FILTER = arg('scenarios', 'default');
const TIMESTAMP = new Date().toISOString().replace(/[:.]/g, '-').slice(0, 16); const TIMESTAMP = new Date().toISOString().replace(/[:.]/g, '-').slice(0, 19);
const OUTPUT_DIR = arg('output', `/tmp/kipina-benchmark/${TIMESTAMP}`); const OUTPUT_DIR = arg('output', `/tmp/kipina-benchmark/${TIMESTAMP}`);
const RESULTS_DIR = join(__dirname, 'results'); const RESULTS_DIR = join(__dirname, 'results');
const THINK_MODE = args.includes('--think'); const THINK_MODE = args.includes('--think');