Introduce the first bot that triggers benchmarks

This commit is contained in:
Kerollmops
2023-10-05 12:05:01 +02:00
parent 2e5abb4d2c
commit 181e7a1e53
2 changed files with 77 additions and 1 deletions

View File

@ -74,4 +74,4 @@ jobs:
echo "${{ steps.file.outputs.basename }}.json has just been pushed."
echo 'How to compare this benchmark with another one?'
echo ' - Check the available files with: ./benchmarks/scripts/list.sh'
echo " - Run the following command: ./benchmaks/scipts/compare.sh <file-to-compare-with> ${{ steps.file.outputs.basename }}.json"
echo " - Run the following command: ./benchmaks/scripts/compare.sh <file-to-compare-with> ${{ steps.file.outputs.basename }}.json"