Skip to content

Commit 9d3bc03

Browse files
authored
Update to ci-perf-kit 0.5.2 (#266)
1 parent 4f0656a commit 9d3bc03

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/micro-bm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
repository: mmtk/ci-perf-kit
5656
token: ${{ secrets.GITHUB_TOKEN }}
57-
ref: "0.5.1"
57+
ref: "0.5.2"
5858
path: ci-perf-kit
5959
submodules: true
6060
# Use rust-toolchain in the trunk (it doesnt matter much - if the toolchains defined in the trunk and the branch are different, we cant run anyway)

.github/workflows/perf-regression-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
repository: mmtk/ci-perf-kit
3030
token: ${{ secrets.CI_ACCESS_TOKEN }}
31-
ref: "0.5.1"
31+
ref: "0.5.2"
3232
path: ci-perf-kit
3333
submodules: true
3434
# setup
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
repository: mmtk/ci-perf-kit
8787
token: ${{ secrets.CI_ACCESS_TOKEN }}
88-
ref: "0.5.1"
88+
ref: "0.5.2"
8989
path: ci-perf-kit
9090
submodules: true
9191
# setup
@@ -146,7 +146,7 @@ jobs:
146146
with:
147147
repository: mmtk/ci-perf-kit
148148
token: ${{ secrets.CI_ACCESS_TOKEN }}
149-
ref: "0.5.1"
149+
ref: "0.5.2"
150150
path: ci-perf-kit
151151
submodules: true
152152
# setup

.github/workflows/post-review-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
with:
132132
repository: mmtk/ci-perf-kit
133133
token: ${{ secrets.GITHUB_TOKEN }}
134-
ref: "0.5.1"
134+
ref: "0.5.2"
135135
path: ci-perf-kit
136136
submodules: true
137137
# setup
@@ -259,7 +259,7 @@ jobs:
259259
with:
260260
repository: mmtk/ci-perf-kit
261261
token: ${{ secrets.GITHUB_TOKEN }}
262-
ref: "0.5.1"
262+
ref: "0.5.2"
263263
path: ci-perf-kit
264264
submodules: true
265265
# setup

0 commit comments

Comments
 (0)