Skip to content

Commit 6f66a7f

Browse files
committed
IJPL-186019 Remove the Block Terminal Completion until the test is updated to support the reworked terminal
1 parent f11f282 commit 6f66a7f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dashboard/new-dashboard/src/components/intelliJ/PerformanceDashboard.vue

-6
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,6 @@ const chartsDeclaration: ChartDefinition[] = [
9494
measures: ["typing_}_duration"],
9595
projects: ["intellij_commit/editor-highlighting", "intellij_commit/editor-kotlin-highlighting"],
9696
},
97-
{
98-
labels: ["Block Terminal Completion"],
99-
measures: [["terminal-completion-all_cold", "terminal-completion-all_warm"]],
100-
projects: ["BlockTerminalCompletionTest", "testCommandCompletion", "testSubcommandCompletion"],
101-
aliases: ["subCommandName", "commandName", "subCommandName"],
102-
},
10397
{
10498
labels: ["Debug run configuration", "Debug step into"],
10599
measures: ["debugRunConfiguration", "debugStep_into"],

0 commit comments

Comments
 (0)