diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 4c8b83aa..ed4bac4b 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -1,4 +1,4 @@ -name: Minimal setup +name: Googlebenchmark on: [push, pull_request] #on: # push: @@ -48,4 +48,8 @@ jobs: external-data-json-path: ./cache/benchmark-data.json # Workflow will fail when an alert happens fail-on-alert: true + # GitHub API token to make a commit comment + github-token: ${{ secrets.GITHUB_TOKEN }} + # Enable alert commit comment + comment-on-alert: true # Upload the updated cache file for the next job by actions/cache \ No newline at end of file diff --git a/cache/benchmark-data.json b/cache/benchmark-data.json new file mode 100644 index 00000000..e69de29b