Skip to content

Latest commit

 

History

History

plot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

kurobako-plot

GitHub Action to plot a benchmark result of kurobako.

Inputs

report-json-path

Required File path to a json generated by kurobako run command. Default "./kurobako.json".

Outputs

image-path

A file path to the generated image of kurobako.

Example usage

uses: c-bata/github-actions-kurobako/plot@master
with:
  report-json-path: '/home/runner/kurobako-report.json'