We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573740e commit 48655eeCopy full SHA for 48655ee
1 file changed
.github/workflows/benchmark-tracking.yml .github/workflows/performance.yml.github/workflows/benchmark-tracking.yml renamed to .github/workflows/performance.yml
@@ -1,4 +1,4 @@
1
-name: Benchmark Tracking
+name: Performance
2
3
on:
4
push:
@@ -13,12 +13,12 @@ permissions:
13
pull-requests: write
14
15
concurrency:
16
- group: benchmark-tracking-${{ github.event.pull_request.number || github.ref }}
+ group: regressions-${{ github.event.pull_request.number || github.ref }}
17
cancel-in-progress: true
18
19
jobs:
20
- benchmark-tracking:
21
- name: Run
+ regressions:
+ name: Regressions
22
runs-on: ubuntu-latest-8
23
timeout-minutes: 180
24
env:
0 commit comments