class Reporter

Defined in:

reporter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(output_dir : String = "./report") #

[View source]

Instance Method Detail

def output_dir : String #

[View source]
def run #

[View source]
def write_throughput_bars(merged_prs) #

[View source]
def write_throughput_heatmap(merge_throughput) #

[View source]
def write_time_to_merge_bars(merged_prs) #

[View source]