realm-kotlin icon indicating copy to clipboard operation
realm-kotlin copied to clipboard

Benchmarks: Visualize results

Open cmelchior opened this issue 2 years ago • 0 comments

Currently, there is only limited support for visualizing the results of benchmark results in the /benchmarks module.

We should make it easy to dig deeper into whatever results come out of them.

Especially this means:

  • [ ] Show all data points for a single run
  • [ ] Show error bars
  • [ ] Show changes between runs
  • [ ] Maybe more
  • [ ] We should use the same UI for all types of benchmark results. This probably means that some data needs to be converted.

Currently https://jmh.morethan.io/ exists only for JMH. .NET also has their own visualization in MongoDB Charts, which we might use as inspiration: https://charts.mongodb.com/charts-realm-sdk-metrics-yxjvt/public/dashboards/6115babd-c7fe-47ee-836f-efffd92ffae3

cmelchior avatar Mar 23 '22 12:03 cmelchior