-
Notifications
You must be signed in to change notification settings - Fork 156
/
action-types.yml
57 lines (57 loc) · 1010 Bytes
/
action-types.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
inputs:
name:
type: string
tool:
type: enum
allowed-values:
- cargo
- go
- benchmarkjs
- pytest
- googlecpp
- catch2
- julia
- jmh
- benchmarkdotnet
- benchmarkluau
- customBiggerIsBetter
- customSmallerIsBetter
output-file-path:
type: string
gh-pages-branch:
type: string
gh-repository:
type: string
benchmark-data-dir-path:
type: string
github-token:
type: string
ref:
type: string
auto-push:
type: boolean
skip-fetch-gh-pages:
type: boolean
comment-always:
type: boolean
summary-always:
type: boolean
save-data-file:
type: boolean
comment-on-alert:
type: boolean
alert-threshold:
type: string
fail-on-alert:
type: boolean
fail-threshold:
type: string
alert-comment-cc-users:
type: list
separator: ','
list-item:
type: string
external-data-json-path:
type: string
max-items-in-chart:
type: integer