perf101 / rage

Results And Graphing Engine
Other
8 stars 8 forks source link

Add graph presets #79

Closed mcintyre94 closed 6 years ago

mcintyre94 commented 6 years ago

When we analyse brief reports there are a series of steps we always take to produce a graph more useful than the generated graph link. This PR adds a button "Brief report analysis" which automatically performs these actions:

- Unselect build tag, select build date
- Select master branch
- Split by branch
- Select all build numbers
- Select all build tags
- Move the legend to bottom left
- Enable auto redraw
- Draw the graph

The building blocks are very simple functions select, unselect, unselectAll, which should make it trivial to build further presets in the future.

--

I've also included the commit to filter the label from xaxis when we generate graph links, so we can use that in future reports.