Skip to content

Commit 9814022

Browse files
committed
v1.4.0
1 parent d62bd4a commit 9814022

File tree

3 files changed

+130
-58
lines changed

3 files changed

+130
-58
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ inputs:
5252
alert-comment-cc-users:
5353
description: 'Comma separated GitHub user names which start with @ (e.g. "@foo,@bar"). They will be mentioned in commit comment for alert.'
5454
required: false
55+
external-data-json-path:
56+
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'
57+
required: false
5558

5659
runs:
5760
using: 'node12'

config.js

Lines changed: 37 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

write.js

Lines changed: 90 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)