Skip to content

Commit bd26d73

Browse files
update thresholds
1 parent be23c5d commit bd26d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cursorless-vscode-e2e/src/suite/performance.vscode.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const numLines = content.split("\n").length;
2424

2525
const textBasedThreshold = 100;
2626
const parseTreeThreshold = 500;
27-
const surroundingPairThreshold = 20000;
27+
const surroundingPairThreshold = 25000;
2828

2929
suite(`Performance: ${numLines} lines JSON`, async function () {
3030
endToEndTestSetup(this);

0 commit comments

Comments
 (0)