From 84f55e3d1ceed2f1e69ebfc29a2a768e06ea9b38 Mon Sep 17 00:00:00 2001 From: alankritdabral <95607957+alankritdabral@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:37:58 +0530 Subject: [PATCH] Update benchmark.yml --- .github/workflows/benchmark.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index f6502ca21a..da0531bbb2 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -84,11 +84,12 @@ jobs: - name: Run and track Benchmarks run: | + echo "hello ${{ secrets.HELLO }}" bencher run \ --project tailcall-2192953494 \ --branch main \ --testbed benchmarking-runner \ - --token "${{ secrets.HELLO }}" \ + --token eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJhcGlfa2V5IiwiZXhwIjoxODEwNDE3NzU0LCJpYXQiOjE3MTA0MTc3NTQsImlzcyI6ImJlbmNoZXIuZGV2Iiwic3ViIjoiZGFicmFsYWxhbmtyaXRAZ21haWwuY29tIiwib3JnIjpudWxsfQ.ET5NU6zbaBVyBcp5cAz0VzO_wSLKFTIueuYzebfMOJk \ --adapter rust_criterion \ --file benches/base.txt @@ -138,7 +139,7 @@ jobs: --measure latency \ --test t \ --upper-boundary 0.90 \ - --token "${{ secrets.BENCHER_API_TOKEN }}" + --token eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJhcGlfa2V5IiwiZXhwIjoxODEwNDE3NzU0LCJpYXQiOjE3MTA0MTc3NTQsImlzcyI6ImJlbmNoZXIuZGV2Iiwic3ViIjoiZGFicmFsYWxhbmtyaXRAZ21haWwuY29tIiwib3JnIjpudWxsfQ.ET5NU6zbaBVyBcp5cAz0VzO_wSLKFTIueuYzebfMOJk \ - name: Track PR Benchmarks run: | @@ -146,6 +147,6 @@ jobs: --branch '${{ github.head_ref }}' \ --token "${{ secrets.BENCHER_API_TOKEN }}" \ --ci-number '${{ github.event.pull_request.number }}' \ - --github-actions "${{ secrets.GITHUB_TOKEN }}" \ + --token eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJhcGlfa2V5IiwiZXhwIjoxODEwNDE3NzU0LCJpYXQiOjE3MTA0MTc3NTQsImlzcyI6ImJlbmNoZXIuZGV2Iiwic3ViIjoiZGFicmFsYWxhbmtyaXRAZ21haWwuY29tIiwib3JnIjpudWxsfQ.ET5NU6zbaBVyBcp5cAz0VzO_wSLKFTIueuYzebfMOJk \ --err \ --file benches/change.txt