mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-15 23:56:29 +03:00
Add atomic Live benchmark controls
AI-assisted: Codex
This commit is contained in:
@@ -45,6 +45,9 @@ describe('Codex Live worker configuration', () => {
|
||||
assert.equal(resolveCodexWorkerConfig({
|
||||
env: { CODEX_THREAD_ID: 'thread-1', IMPECCABLE_LIVE_CODEX_PROFILE: 'fast' },
|
||||
}).effort, 'low');
|
||||
assert.equal(resolveCodexWorkerConfig({
|
||||
env: { CODEX_THREAD_ID: 'thread-1', IMPECCABLE_LIVE_CODEX_DELIVERY: 'atomic' },
|
||||
}).delivery, 'atomic');
|
||||
assert.equal(isCodexRuntime({ CLAUDE_CODE: '1' }), false);
|
||||
assert.equal(isCodexRuntime({ GEMINI_CLI: '1' }), false);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user