Skip to content

Commit 8791e63

Browse files
committed
chore(website): update old Deno/TypeScript timeout links
Link to newer versions of Deno and TypeScript source code.
1 parent f78363c commit 8791e63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/public/benchmarks/index.ejs.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)