From 3bb3736818d0e02ab4880d848e10aa91cda6ab59 Mon Sep 17 00:00:00 2001 From: Joshua Thijssen Date: Thu, 25 Apr 2024 17:57:11 +0200 Subject: [PATCH] up --- .github/workflows/bencher.yaml | 2 +- .github/workflows/bencher_baseline.yaml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bencher.yaml b/.github/workflows/bencher.yaml index e3de9bff2..a375f2213 100644 --- a/.github/workflows/bencher.yaml +++ b/.github/workflows/bencher.yaml @@ -23,7 +23,7 @@ jobs: --branch-start-point '${{ github.base_ref }}' \ --branch-start-point-hash '${{ github.event.pull_request.base.sha }}' \ --testbed github-action-ci \ - --adapter json \ +# --adapter json \ --err \ --github-actions '${{ secrets.GITHUB_TOKEN }}' \ cargo bench --all diff --git a/.github/workflows/bencher_baseline.yaml b/.github/workflows/bencher_baseline.yaml index 7a9c1ee60..d59dd4845 100644 --- a/.github/workflows/bencher_baseline.yaml +++ b/.github/workflows/bencher_baseline.yaml @@ -2,7 +2,8 @@ name: Bencher.dev benchmarks (baseline) on: push: - branches: main + branches: + - main jobs: benchmark_base_branch: @@ -18,7 +19,7 @@ jobs: --token '${{ secrets.BENCHER_API_TOKEN }}' \ --branch main \ --testbed github-action-ci \ - --adapter json \ +# --adapter json \ --err \ --github-actions '${{ secrets.GITHUB_TOKEN }}' \ cargo bench --all \ No newline at end of file