mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
96d17d2f3f
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. |
||
---|---|---|
.. | ||
src | ||
apply-edit-spec.txt | ||
apply-expression-value-spec.txt | ||
Cargo.toml | ||
README.md |
logstat
The tool for analyzing performance from the logs output. It takes the log file and the specification file containing the log entries to look for. Then it can extract the operations from logs and calculate the durations and averages of each operation.
Logstat is supposed to be used together with wstest
tool. Take a look at
wstest/benchmarks
directory of example usages.