Skip to content

Commit

Permalink
tmp 250 rounds, only latest 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 6, 2024
1 parent da6f9de commit 654dc7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion custom/benchmark/index.cfm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<cfscript>
runs = server.system.environment.BENCHMARK_CYCLES ?: 25000;
runs = server.system.environment.BENCHMARK_CYCLES ?: 2500;
setting requesttimeout=runs;
warmup = []
Expand Down

0 comments on commit 654dc7e

Please sign in to comment.