Skip to content

Commit 5ad67be

Browse files
committed
Website: improve description of benchmarks
1 parent 0e9126f commit 5ad67be

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

website/public/benchmarks/index.ejs.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,12 @@
7373
<article class="benchmark" id="incremental-change-wait-express-router-js">
7474
<h2>LSP: incremental-change-wait express-router.js</h2>
7575
<p>
76-
This benchmark measures how long an LSP server takes to give
77-
diagnostics to an editor.
76+
An <dfn>LSP server</dfn> is software which plugs into your code
77+
editor. It provides diagnostics (error squigglies), go-to-definition,
78+
and auto-complete. This benchmark measures how long an LSP server
79+
takes to give diagnostics after making a change in a JavaScript file
80+
(e.g. after typing a character). In other words, it measures
81+
<em>input latency</em>. Lower latency means a faster-feeling editor.
7882
</p>
7983
<h3>Results</h3>
8084
<%-

0 commit comments

Comments
 (0)