Skip to content

Commit

Permalink
Run benchmarks for more plans on OpenJDK (mmtk#901)
Browse files Browse the repository at this point in the history
Updates to ci-perf-kit 0.6.10
(https://github.com/mmtk/ci-perf-kit/releases/tag/0.6.10). We run
benchmarks in performance regression tests for OpenJDK immix plans
(immix, sticky immix, gen immix).
  • Loading branch information
qinsoon authored and wenyuzhao committed Aug 17, 2023
1 parent 17e3251 commit 2d5bd64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/perf-regression-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: mmtk/ci-perf-kit
ref: "0.6.9"
ref: "0.6.10"
path: ci-perf-kit
token: ${{ secrets.CI_ACCESS_TOKEN }}
submodules: true
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: mmtk/ci-perf-kit
ref: "0.6.9"
ref: "0.6.10"
path: ci-perf-kit
token: ${{ secrets.CI_ACCESS_TOKEN }}
submodules: true
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: mmtk/ci-perf-kit
ref: "0.6.9"
ref: "0.6.10"
path: ci-perf-kit
token: ${{ secrets.CI_ACCESS_TOKEN }}
submodules: true
Expand Down

0 comments on commit 2d5bd64

Please sign in to comment.