Skip to content

Commit 962dd94

Browse files
Update comments
1 parent c85540d commit 962dd94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@ suite(`Performance: ${numLines} lines JSON`, async function () {
5050
["map", parseTreeThreshold],
5151
["collectionKey", parseTreeThreshold],
5252
["value", parseTreeThreshold],
53-
// Utilizes surrounding pair
53+
// Text based, but utilizes surrounding pair
5454
["boundedParagraph", surroundingPairThreshold],
5555
["boundedNonWhitespaceSequence", surroundingPairThreshold],
5656
["collectionItem", surroundingPairThreshold],
57+
// Surrounding pair
5758
[{ type: "surroundingPair", delimiter: "any" }, surroundingPairThreshold],
5859
[
5960
{ type: "surroundingPair", delimiter: "curlyBrackets" },

0 commit comments

Comments
 (0)