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
run: julia -e 'using BenchmarkCI; BenchmarkCI.postjudge()'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Print judgement
run: julia -e 'using BenchmarkCI; BenchmarkCI.displayjudgement()'
The current benchmark bot writes a new report for every new push. Can we do something similar to the codecov bot which overwrite the previous report @TCLiuu?
The text was updated successfully, but these errors were encountered:
Okay, I will try to resolve this issue when I have free time.
Say something off-topic, due to limitations in energy and some trivial matters in life, I haven't been able to contribute further improvements to this project in the past year. This is very regrettable because I am very interested in what this project aims to achieve. I will take responsibility for the parts that I have completed, so please feel free to contact me if there are any issues. I will find time to resolve them. The issues and features that I have proposed, hopefully one day I will be able to solve or achieve them.
TestParticle.jl/.github/workflows/benchmark.yml
Lines 27 to 32 in 6236aa7
The current benchmark bot writes a new report for every new push. Can we do something similar to the codecov bot which overwrite the previous report @TCLiuu?
The text was updated successfully, but these errors were encountered: