From 654dc7e3c87898e736536b569378d9b37ce56bc7 Mon Sep 17 00:00:00 2001 From: Zac Spitzer Date: Fri, 6 Dec 2024 15:40:21 +0100 Subject: [PATCH] tmp 250 rounds, only latest 6.2 --- .github/workflows/benchmark.yml | 7 +------ custom/benchmark/index.cfm | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 4c5312d..23a57a4 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -11,13 +11,8 @@ jobs: fail-fast: false max-parallel: 1 matrix: - luceeVersion: [ 5.4/snapshot/light, 6.0/snapshot/light, 6.1/snapshot/light, 6.2/snapshot/light ] + luceeVersion: [ 6.2/snapshot/light ] javaVersion: [ 11, 21 ] - exclude: - - luceeVersion: 5.4/snapshot/light - javaVersion: 21 - - luceeVersion: 6.0/snapshot/light - javaVersion: 21 env: luceeVersionQuery: ${{ matrix.luceeVersion }} compile: ${{ github.event.inputs.compile }} diff --git a/custom/benchmark/index.cfm b/custom/benchmark/index.cfm index f59187b..5521864 100644 --- a/custom/benchmark/index.cfm +++ b/custom/benchmark/index.cfm @@ -1,5 +1,5 @@ - runs = server.system.environment.BENCHMARK_CYCLES ?: 25000; + runs = server.system.environment.BENCHMARK_CYCLES ?: 2500; setting requesttimeout=runs; warmup = []