Replies: 1 comment 1 reply
-
I think it would be sufficient to have it in a separate branch that is not merged into main. I had a similar idea in my project and have implemented the following workflow:
But in any case, this would mean, that the benchmarks would not be part of the README.md (or not up-to date). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The automated benchmarks seem to run once per day, which is quite cool, we have updated benchmark. 🙂
This however results in this repo never having a last commit time >24hr, and it makes it a bit more difficult to read through commit log for work being done.
If these automatic benchmarks were in a separate repo, it wouldn't add noise to the commit history of this one.
The benchmarks could also be stored, in case you want to draw graphs that show historic performances developments (I don't know if that's even on the map, but it would be cool).
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions