You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2022. It is now read-only.
Now that we're saving performance test results to DB upon merge, we can track performance test results over time. Having a dashboard where folks can explore those results would be pretty sweet. Unless someone has a reason it shouldn't be, it would be cool to have it be publicly accessible.
MVP would be one graph per repo with a line for each performance test.
The text was updated successfully, but these errors were encountered:
Should be doable quite easy. Maybe just use something builtin and use Prometheus / Grafana or something? @joscdk does Cloud 2 already have this (or have it planned?)
I think since the data is already collected, we just need some HTML and JS to display it. I'd recommend Chart.js or if we want to get fancy D3.
A simple approach would be creating a single HTML page, then putting that in the /Public folder. It will then be accessible at bot-gh.vapor.codes/foo.html.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Now that we're saving performance test results to DB upon merge, we can track performance test results over time. Having a dashboard where folks can explore those results would be pretty sweet. Unless someone has a reason it shouldn't be, it would be cool to have it be publicly accessible.
MVP would be one graph per repo with a line for each performance test.
The text was updated successfully, but these errors were encountered: