bencherdev / bencher

🐰 Bencher - Continuous Benchmarking
https://bencher.dev
Other
501 stars 22 forks source link

Add the ability to plot multiple metric kinds simultaneously #186

Open epompeii opened 1 year ago

epompeii commented 1 year ago

Currently the perf plot only allows you to select a single metric kind at a time.

Add the ability to select and plot multiple metric kinds simultaneously.

This will require the perf plot to have multiple y-axis.

sphx_glr_multiple_yaxis_with_spines_001.png

epompeii commented 9 months ago

The groundwork for this has been laid by allowing the perf query endpoint to now accept multiple Measures.

Now the UI just needs to be updated to allow for the selection of multiple Measures and the plot to display them, as pictured above.