Skip to content

Commit

Permalink
v1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ktrz committed Jan 25, 2024
1 parent 7040501 commit a16dfc7
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 37 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ inputs:
required: false
default: true
comment-on-alert:
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'
description: 'Leave an alert comment when current benchmark result is worse than previous. Threshold is specified with alert-threshold input. To enable this feature, github-token input must be given as well'
required: false
default: false
alert-threshold:
Expand All @@ -81,5 +81,5 @@ inputs:
required: false

runs:
using: 'node16'
using: 'node20'
main: 'dist/src/index.js'
3 changes: 0 additions & 3 deletions dist/src/index.js

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

21 changes: 9 additions & 12 deletions dist/src/write.js

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

86 changes: 66 additions & 20 deletions package-lock.json

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

0 comments on commit a16dfc7

Please sign in to comment.