We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cceb54 commit ec9803aCopy full SHA for ec9803a
.github/workflows/run-bench.yml
@@ -2,6 +2,15 @@ name: Run Bench Main
2
3
on:
4
workflow_dispatch:
5
+ inputs:
6
+ benchmark_config:
7
+ description: 'Benchmark configuration file (leave empty for default)'
8
+ required: false
9
+ default: ''
10
+ jdk_version:
11
+ description: 'Override JDK version (leave empty to use matrix)'
12
13
14
push:
15
branches:
16
- main
0 commit comments