Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
play

GitHub Action

Kurobako Report

v1

Kurobako Report

play

Kurobako Report

GitHub Action to comment kurobako benchmark results on the pull request

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Kurobako Report

uses: c-bata/github-actions-kurobako@v1

Learn more about this action in c-bata/github-actions-kurobako

Choose a version

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.