Skip to content

Commit 0b7ed5e

Browse files
committed
v1.8.0
1 parent 7de8df3 commit 0b7ed5e

File tree

53 files changed

+463
-276
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+463
-276
lines changed

action.yml

+8
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ inputs:
3535
description: 'Skip pulling GitHub Pages branch before generating an auto commit'
3636
required: false
3737
default: false
38+
comment-always:
39+
description: 'Leave a comment with benchmark result comparison. To enable this feature, github-token input must be given as well'
40+
required: false
41+
default: false
42+
save-data-file:
43+
description: 'Save the benchmark data to external file'
44+
required: false
45+
default: true
3846
comment-on-alert:
3947
description: 'Leave an alert comment when current benchmark result is worse than previous. Threshold is specified with alert-comment-threshold input. To enable this feature, github-token input must be given as well'
4048
required: false

node_modules/@actions/core/README.md

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/lib/core.d.ts

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/lib/core.js

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/lib/core.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/package.json

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/github/node_modules/@octokit/rest/package.json

+13-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/github/package.json

+12-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/http-client/package.json

+13-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/auth-token/package.json

+14-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/endpoint/node_modules/universal-user-agent/package.json

+13-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)