Skip to content

Commit b961f6e

Browse files
Update order
1 parent ae55d14 commit b961f6e

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
@@ -68,12 +68,12 @@ suite("Performance", async function () {
6868
// Surrounding pair
6969
[{ type: "surroundingPair", delimiter: "any" }, largeThresholdMs],
7070
[{ type: "surroundingPair", delimiter: "curlyBrackets" }, largeThresholdMs],
71+
[{ type: "surroundingPair", delimiter: "any" }, largeThresholdMs, "every"],
7172
[
7273
{ type: "surroundingPair", delimiter: "any" },
7374
largeThresholdMs,
7475
"previous",
7576
],
76-
[{ type: "surroundingPair", delimiter: "any" }, largeThresholdMs, "every"],
7777
];
7878

7979
for (const [scope, threshold, modifierType] of fixtures) {

0 commit comments

Comments
 (0)