Skip to content

Commit

Permalink
Update benchmark.yml
Browse files Browse the repository at this point in the history
Remove all alert/comment functionality
  • Loading branch information
zeux committed Jun 25, 2022
1 parent 224d35b commit 9846a6c
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: Luau Benchmarks

on:
push:
branches:
Expand Down Expand Up @@ -76,11 +74,6 @@ jobs:
tool: "benchmarkluau"
output-file-path: ./${{ matrix.bench.script }}-output.txt
external-data-json-path: ./gh-pages/dev/bench/data.json
alert-threshold: 150%
fail-threshold: 200%
fail-on-alert: true
comment-on-alert: true
comment-always: true
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Push benchmark results
Expand Down Expand Up @@ -162,11 +155,6 @@ jobs:
tool: "benchmarkluau"
output-file-path: ./${{ matrix.bench.script }}-output.txt
external-data-json-path: ./gh-pages/dev/bench/data.json
alert-threshold: 150%
fail-threshold: 200%
fail-on-alert: true
comment-on-alert: true
comment-always: true
github-token: ${{ secrets.BENCH_GITHUB_TOKEN }}

- name: Store ${{ matrix.bench.title }} result (CacheGrind)
Expand All @@ -177,10 +165,6 @@ jobs:
tool: "roblox"
output-file-path: ./${{ matrix.bench.script }}-output.txt
external-data-json-path: ./gh-pages/dev/bench/data.json
alert-threshold: 150%
fail-threshold: 1000%
fail-on-alert: false
comment-on-alert: true
github-token: ${{ secrets.BENCH_GITHUB_TOKEN }}

- name: Push benchmark results
Expand Down Expand Up @@ -259,11 +243,6 @@ jobs:
gh-pages-branch: "main"
output-file-path: ./${{ matrix.bench.script }}-output.txt
external-data-json-path: ./gh-pages/dev/bench/data.json
alert-threshold: 150%
fail-threshold: 200%
fail-on-alert: true
comment-on-alert: true
comment-always: true
github-token: ${{ secrets.BENCH_GITHUB_TOKEN }}

- name: Store ${{ matrix.bench.title }} result (CacheGrind)
Expand All @@ -274,11 +253,6 @@ jobs:
gh-pages-branch: "main"
output-file-path: ./${{ matrix.bench.script }}-output.txt
external-data-json-path: ./gh-pages/dev/bench/data.json
alert-threshold: 150%
fail-threshold: 200%
fail-on-alert: true
comment-on-alert: true
comment-always: true
github-token: ${{ secrets.BENCH_GITHUB_TOKEN }}

- name: Push benchmark results
Expand Down

0 comments on commit 9846a6c

Please sign in to comment.