lorenzwalthert / touchstone

Smart benchmarking of pull requests with statistical confidence
https://lorenzwalthert.github.io/touchstone
Other
54 stars 8 forks source link

Visual indicators in PR comment #43

Closed assignUser closed 3 years ago

assignUser commented 3 years ago

This is not a high priority but more a fit and finish kind of issue.

As described in the inference vignette changes between branches are statistically significant if the confidence interval does not overlap 0. You can of course check that for each benchmark manually but I think it would be nice to add a visual indicator if there are changes that warrant closer inspection. Something like this:

or in the front

I think this should also be easy to implement in benchmark_verbalize.

assignUser commented 3 years ago

Seeing it actually rendered as a comment I prefer the second version, as it has all the indicators aligned.

lorenzwalthert commented 3 years ago

Sure. I prefer in the front. Also, it should he explained somewhere (probably in tue linked vignette) what these symbols mean. Maybe we even need three for:

  1. significantly better
  2. Not significantly different.
  3. Significantly worse

maybe You can make a proposal?

assignUser commented 3 years ago
lorenzwalthert commented 3 years ago

I like this :D

assignUser commented 3 years ago

I think it looks pretty good :D, should I open a pr? image https://github.com/assignUser/simstudy/pull/2#issuecomment-910391800

lorenzwalthert commented 3 years ago

Yes please.