Skip to content

Commit 3f1b4ae

Browse files
committed
Use strings for resusable workflow
1 parent 730bc4e commit 3f1b4ae

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
default: 3
1515
required: false
1616
iteration-time:
17-
description: 'duraition of individual interation in benchmark'
17+
description: 'duration of individual integration in benchmark'
1818
type: number
1919
default: 1
2020
required: false

.github/workflows/platform-benchmark.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,15 @@ on:
1414
default: ""
1515
warmups:
1616
description: 'number of warmups run before the actual benchmark'
17-
type: number
18-
default: 5
17+
type: string
1918
required: false
2019
iterations:
2120
description: 'number of iterations in the benchmark'
22-
type: number
23-
default: 3
21+
type: string
2422
required: false
2523
iteration-time:
26-
description: 'duraition of individual interation in benchmark'
27-
type: number
28-
default: 1
24+
description: 'duration of individual integration in benchmark'
25+
type: string
2926
required: false
3027
iteration-time-unit:
3128
description: 'timeunit for iteration-time parameter'

0 commit comments

Comments
 (0)