artyushov / idea-jmh-plugin

Plugin for Itellij IDEA to make benchmarking with JMH easier.
MIT License
442 stars 43 forks source link

Benchmark logs highlight #38

Open stokito opened 4 years ago

stokito commented 4 years ago

Currently benchmark logs are shown as a plain text. While this is fine it would be great to add some basic highlighting. E.g. show comment as gray text and final results as bold. Or instead we may show results in some grid but this is too hard to implement