File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 6
6
warmups :
7
7
description : ' number of warmups run before the actual benchmark'
8
8
type : number
9
+ default : 5
9
10
required : false
10
11
iterations :
11
12
description : ' number of iterations in the benchmark'
12
13
type : number
14
+ default : 3
13
15
required : false
14
16
iteration-time :
15
17
description : ' duraition of individual interation in benchmark'
16
18
type : number
19
+ default : 1
17
20
required : false
18
21
iteration-time-unit :
19
22
description : ' timeunit for iteration-time parameter'
@@ -28,13 +31,25 @@ jobs:
28
31
uses : ./.github/workflows/platform-benchmark.yml
29
32
with :
30
33
run-on : ubuntu-latest
34
+ warmups : ${{ inputs.warmups }}
35
+ iterations : ${{ inputs.iterations }}
36
+ iteration-time : ${{ inputs.iteration-time }}
37
+ iteration-time-unit : ${{ inputs.iteration-time-unit }}
31
38
check-macos :
32
39
uses : ./.github/workflows/platform-benchmark.yml
33
40
with :
34
41
run-on : macos-latest
35
42
additional-task : " -x :benchmark:jvmBenchmark"
43
+ warmups : ${{ inputs.warmups }}
44
+ iterations : ${{ inputs.iterations }}
45
+ iteration-time : ${{ inputs.iteration-time }}
46
+ iteration-time-unit : ${{ inputs.iteration-time-unit }}
36
47
check-windows :
37
48
uses : ./.github/workflows/platform-benchmark.yml
38
49
with :
39
50
run-on : windows-latest
40
51
additional-task : " -x :benchmark:jvmBenchmark"
52
+ warmups : ${{ inputs.warmups }}
53
+ iterations : ${{ inputs.iterations }}
54
+ iteration-time : ${{ inputs.iteration-time }}
55
+ iteration-time-unit : ${{ inputs.iteration-time-unit }}
Original file line number Diff line number Diff line change 15
15
warmups :
16
16
description : ' number of warmups run before the actual benchmark'
17
17
type : number
18
+ default : 5
18
19
required : false
19
20
iterations :
20
21
description : ' number of iterations in the benchmark'
21
22
type : number
23
+ default : 3
22
24
required : false
23
25
iteration-time :
24
26
description : ' duraition of individual interation in benchmark'
25
27
type : number
28
+ default : 1
26
29
required : false
27
30
iteration-time-unit :
28
31
description : ' timeunit for iteration-time parameter'
You can’t perform that action at this time.
0 commit comments