Skip to content

Commit be23c5d

Browse files
Updated thresholds
1 parent d728c63 commit be23c5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ const obj = Object.fromEntries(
2222
const content = JSON.stringify(obj, null, 2);
2323
const numLines = content.split("\n").length;
2424

25-
const textBasedThreshold = 50;
26-
const parseTreeThreshold = 300;
25+
const textBasedThreshold = 100;
26+
const parseTreeThreshold = 500;
2727
const surroundingPairThreshold = 20000;
2828

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

0 commit comments

Comments
 (0)