Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Nov 23, 2019
1 parent d62bd4a commit 9814022
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 58 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ inputs:
alert-comment-cc-users:
description: 'Comma separated GitHub user names which start with @ (e.g. "@foo,@bar"). They will be mentioned in commit comment for alert.'
required: false
external-data-json-path:
description: 'JSON data file for storing benchmark results. When this input is set, github-action-benchmark no longer uses Git branch to store data. Instead, it reads and appends benchmark data from/to the file. User must store the file anywhere'
required: false

runs:
using: 'node12'
Expand Down
44 changes: 37 additions & 7 deletions config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

141 changes: 90 additions & 51 deletions write.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9814022

Please sign in to comment.