jzillmann/jmh-visualizer

Custom Reports

Opened this issue · 0 comments

You can select data:

  • from different runs
  • from different benchmarks (across classes)
  • from different metrics (score, gc, …)
  • from diiferent type (score, error, min/max, iterations)

And display them as one ore more reports, where one report is a mix out of text and selected data pieces.
Data can be displayed:

  • in table format
  • charts of different type and arrangement

You should be able to fixate those reports through exporting the definition of it and include them:

  • in the Jenkins configuration
  • as part of a gradle setup
  • via parameter ?

(Optionally) Export.
Not sure:

  • maybe markdown (no charts, just tables)
  • pdf (if not too complex)
  • single webpage ?