Skip to content

Commit 624cf57

Browse files
author
Евгений Балякин
committed
ci: reduct smoke benchmark threshold
1 parent 707319a commit 624cf57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benches/smoke.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ for (let index = 0; index < 150; index += 1) {
3838

3939
const skeleton = await measure('skeleton file', 250, () => skeletonPath(root, file));
4040
await measure('read symbol', 150, () => readCode(root, file, { symbol: 'createServer' }));
41-
await measure('context pack', 3000, () => buildContext(root, { goal: 'server request handling', budget: 4000 }));
41+
await measure('context pack', 6000, () => buildContext(root, { goal: 'server request handling', budget: 4000 }));
4242
await measure('project map 150 files', 2500, () => projectMap(root, '.', 1200));
4343
await measure('index 150 files', 4000, () => buildIndex(root, '.'));
4444

0 commit comments

Comments
 (0)