neoremind opened a new issue, #15968: URL: https://github.com/apache/lucene/issues/15968
### Description Spinoff from #15950 as @mikemccand suggested. The `jmh-table.py` visualization introduced in this PR for ScoreDoc sort benchmark is really cool, it's already a near-general solution. One enhancement is: the script currently hardcodes `size` and `distribution` which ties specifically to `ScoreDocSortBenchmark`. It would be better to generalize this into a reusable tool that works with any of lucene's JMH benchmarks by auto-discovering `@Param` names. In addition, one new feature: JMH benchmarks produce wall-of-text results that can be hard to look by developers at a glance. It would be nicer to present them in a more visual layout using the same GUI that `jmh-table.py` generates, the layout looks similar to what @gsmiller demonstrated against `PartitionByLeafBenchmark` in #15938. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
