Skip to content

Commit

Permalink
release v1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ktrz committed Oct 23, 2024
1 parent 4de1bed commit d48d326
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions action-types.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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

0 comments on commit d48d326

Please sign in to comment.