From d48d326b4ca9ba73ca0cd0d59f108f9e02a381c7 Mon Sep 17 00:00:00 2001 From: Chris Trzesniewski Date: Wed, 23 Oct 2024 11:25:20 +0200 Subject: [PATCH] release v1.20.4 --- action-types.yml | 57 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 action-types.yml diff --git a/action-types.yml b/action-types.yml new file mode 100644 index 000000000..e199a6627 --- /dev/null +++ b/action-types.yml @@ -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