Skip to content
play

GitHub Action

Kurobako Report

v2 Latest version

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@v2

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

Choose a version

github-actions-kurobako

GitHub Action to generate kurobako report and comment it to the pull request. See github-actions-kurobako/plot action to generate a plot image.

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.

title

Optional A text for the title.

Outputs

There is no output values. This action just comments 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://example.com/public-image-url.png'
  title: 'Benchmark of quadratic function'

License

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