From cf7cc0cdf25b3564874fc6cbdaca615ec6254954 Mon Sep 17 00:00:00 2001 From: Dominik Drexler Date: Thu, 4 Jan 2024 12:35:13 +0100 Subject: [PATCH] added benchmark-json --- .github/workflows/benchmarks.yml | 6 +++++- cache/benchmark-data.json | 0 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 cache/benchmark-data.json 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