Skip to content

Commit

Permalink
Update benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alankritdabral authored Apr 8, 2024
1 parent d7a8321 commit bcbb4bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ jobs:
pull-requests: write
contents: write
env:
BENCHER_PROJECT: tailcall-2192953494
BENCHER_PROJECT: tailcall-hehe
BENCHER_ADAPTER: rust_criterion
BENCHER_TESTBED: benchmarking-runner-12
BENCHER_TESTBED: benchmarking-runner-hehe
PR_BENCHMARK_RESULTS: benches/change.txt
BASE_BENCHMARK_RESULTS: benches/base.txt
# This is the confidence interval for the t-test Threshold
Expand All @@ -140,6 +140,7 @@ jobs:
- name: Create branch for threshold
run: |
bencher run \
--project "$BENCHER_PROJECT" \
--branch '${{ github.head_ref }}' \
--token "${{ secrets.BENCHER_API_TOKEN }}" \
--file "$PR_BENCHMARK_RESULTS"
Expand Down

0 comments on commit bcbb4bc

Please sign in to comment.