Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 775 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 775 Bytes

github-actions-kurobako

GitHub Action to report kurobako benchmark results on the PR. See github-actions-kurobako/plot action to generate a plot image.

Inputs

report-md-path

Required File path to a json generated by kurobako report command.

public-image-url

Required A public image url to kurobako plot image.

Outputs

Comment to the pull request or edit if previous comment exists.

Example usage

uses: c-bata/github-actions-kurobako@master
with:
  report-md-path: './kurobako-report.md'
  public-image-url: 'https://storage.googleapis.com/kurobako-reports/foo.png'

License

This software is licensed under the MIT license, see LICENSE for more information.