enso/tools/language-server/wstest
Michał Wawrzyniec Urbańczyk 96d17d2f3f
Bump clap to v4 (#9595)
Now that the clap has fixed [issue](https://github.com/clap-rs/clap/issues/5407) that blocked us, we can bump it across all our crates.

Fixes #5168.
2024-04-03 11:32:03 +00:00
..
benchmarks Consistent naming of visualization (#7124) 2023-06-26 17:04:35 +00:00
src Bump Rust Toolchain (#9517) 2024-03-24 23:45:55 +00:00
Cargo.toml Bump clap to v4 (#9595) 2024-04-03 11:32:03 +00:00
README.md Add Language Server benchmarking tool (#3578) 2022-07-22 14:12:52 +00:00

wstest

A tool for benchmarking the language server by sending a specified sequence of requests and waiting for expected responses. The results then can be analyzed with the logstat tool.

See benchmarks directory for examples.