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
…nce on Bencher (#3627)
This modification is necessary to create a baseline for newer branches
to compare the performance of their changes against what we already have
in develop.
This modification is necessary to create and populate the develop's
branch as the baseline for newer branches.
This script `post_results_to_develop.py` works by getting the last
benchmarks reports of the last branch merged into develop, aggregating
them in one file, and posting them on the develop branch of Bencher.
Hopefully, this is a temporary fix, as this was already accepted as a
bug/possible feature by Bencher's maintainer
bencherdev/bencher#187.
This PR, unlike #3625,
doesn't need to rerun all `Performance Tests` on the develop or master
branch.
Currently the only way to copy a report is to either:
Creat an API endpoint to clone a report in the same way that cloning a branch's history using a start point.
This will require the UUID of the original report using: #188
The text was updated successfully, but these errors were encountered: