X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fbenchmark.yml;h=a9c6264c1176e7b3b030ed48a5e0eef98f82754d;hb=059cf20e59d680db96e1d812dd6320ba9af55c1c;hp=64172d43a7b7007c5ced3f89b00d16fadf081474;hpb=4ce2328137489e443e4a4b25908c8edb3acde0e3;p=poolifier.git diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 64172d43..a9c6264c 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -1,6 +1,7 @@ name: Benchmark on: + workflow_dispatch: push: branches: - master @@ -36,7 +37,7 @@ jobs: name: Internal benchmark tool: 'benchmarkjs' output-file-path: ./benchmarks/internal/output.txt - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.BENCHMARK_RESULTS_TOKEN }} auto-push: true alert-threshold: '200%' comment-on-alert: true