Skip to content

Commit d48d326

Browse files
committed
release v1.20.4
1 parent 4de1bed commit d48d326

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

action-types.yml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
inputs:
2+
name:
3+
type: string
4+
tool:
5+
type: enum
6+
allowed-values:
7+
- cargo
8+
- go
9+
- benchmarkjs
10+
- pytest
11+
- googlecpp
12+
- catch2
13+
- julia
14+
- jmh
15+
- benchmarkdotnet
16+
- benchmarkluau
17+
- customBiggerIsBetter
18+
- customSmallerIsBetter
19+
output-file-path:
20+
type: string
21+
gh-pages-branch:
22+
type: string
23+
gh-repository:
24+
type: string
25+
benchmark-data-dir-path:
26+
type: string
27+
github-token:
28+
type: string
29+
ref:
30+
type: string
31+
auto-push:
32+
type: boolean
33+
skip-fetch-gh-pages:
34+
type: boolean
35+
comment-always:
36+
type: boolean
37+
summary-always:
38+
type: boolean
39+
save-data-file:
40+
type: boolean
41+
comment-on-alert:
42+
type: boolean
43+
alert-threshold:
44+
type: string
45+
fail-on-alert:
46+
type: boolean
47+
fail-threshold:
48+
type: string
49+
alert-comment-cc-users:
50+
type: list
51+
separator: ','
52+
list-item:
53+
type: string
54+
external-data-json-path:
55+
type: string
56+
max-items-in-chart:
57+
type: integer

0 commit comments

Comments
 (0)