Skip to content

Commit 6ea4677

Browse files
committed
Make ptyhostservice label consistent
1 parent f639cab commit 6ea4677

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/vs/workbench/contrib/terminal/browser/remoteTerminalBackend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ class RemoteTerminalBackend extends BaseTerminalBackend implements ITerminalBack
267267
sw.stop();
268268
return [
269269
{
270-
label: 'window<->ptyhost',
270+
label: 'window<->ptyhostservice<->ptyhost',
271271
latency: sw.elapsed()
272272
},
273273
...results

src/vs/workbench/contrib/terminal/electron-sandbox/localTerminalBackend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ class LocalTerminalBackend extends BaseTerminalBackend implements ITerminalBacke
261261
const results = await this._localPtyService.getLatency();
262262
sw.stop();
263263
measurements.push({
264-
label: 'window<->main<->ptyhost',
264+
label: 'window<->ptyhostservice<->ptyhost',
265265
latency: sw.elapsed()
266266
});
267267
return [

0 commit comments

Comments
 (0)