File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
website/public/benchmarks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ <h3>Deno</h3>
283283 < p >
284284 Deno's LSP server (and thus its Visual Studio Code extension)
285285 < a
286- href ="https://github.com/denoland/deno/blob/80a9a37df1607c4713538c422309801e25024bff /cli/lsp/diagnostics.rs#L148-L151 "
286+ href ="https://github.com/denoland/deno/blob/5b26a4a30e67b56232dd306b4735b759df9b16d1 /cli/lsp/diagnostics.rs#L226-L229 "
287287 > delays processing by 200 milliseconds</ a
288288 > . This means that Deno appears to be much slower than it actually is,
289289 but this artificial latency does affect the editing experience.
@@ -293,12 +293,12 @@ <h3>TypeScript</h3>
293293 TypeScript's LSP server (but not its Visual Studio Code extension)
294294 delays processing by
295295 < a
296- href ="https://github.com/typescript-language-server/typescript-language-server/blob/103f00c0d969bf00345ae9f5f8c2d1882c710a01 /src/lsp-server.ts#L250 "
296+ href ="https://github.com/typescript-language-server/typescript-language-server/blob/468e663f11b187203de022491df673c0a5846c2c /src/lsp-server.ts#L365 "
297297 > 200 milliseconds</ a
298298 >
299299 +
300300 < a
301- href ="https://github.com/typescript-language-server/typescript-language-server/blob/103f00c0d969bf00345ae9f5f8c2d1882c710a01 /src/diagnostic-queue.ts#L33 "
301+ href ="https://github.com/typescript-language-server/typescript-language-server/blob/468e663f11b187203de022491df673c0a5846c2c /src/diagnostic-queue.ts#L33 "
302302 > 50 milliseconds</ a
303303 > . This means that TypeScript appears to be much slower than it
304304 actually is, but this artificial latency does affect the editing
You can’t perform that action at this time.
0 commit comments