From 788228079c5e40f9452b2ff398ac0f14a18eee48 Mon Sep 17 00:00:00 2001 From: Yi Lin Date: Wed, 16 Aug 2023 21:46:43 +1200 Subject: [PATCH] Run benchmarks for more plans on OpenJDK (#901) 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). --- .github/workflows/perf-regression-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/perf-regression-ci.yml b/.github/workflows/perf-regression-ci.yml index 3bbe811fe1..61e952e3b6 100644 --- a/.github/workflows/perf-regression-ci.yml +++ b/.github/workflows/perf-regression-ci.yml @@ -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 @@ -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 @@ -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