Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
gh-org-stats
main
Top Level Namespace
Color
GitHubClient
Reporter
Updater
Built with Crystal 1.9.2
2023-10-07 17:53:03 UTC
class
Reporter
Reporter
Reference
Object
Defined in:
reporter.cr
Constructors
.new
(output_dir : String =
"./report"
)
Instance Method Summary
#output_dir
: String
#run
#write_throughput_bars
(merged_prs)
#write_throughput_heatmap
(merge_throughput)
#write_time_to_merge_bars
(merged_prs)
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
]