File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
website/public/benchmarks Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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 < %-
You can’t perform that action at this time.
0 commit comments