summaryrefslogtreecommitdiff
path: root/src/performance.rs
AgeCommit message (Collapse)AuthorFilesLines
2022-04-05feat: collect and log some time metricsLars Wirzenius1-21/+0
Log the complete run-time of the program, and the time spent downloading the previous generation, and uploading the new generation. Sponsored-by: author
2022-04-05feat: add data structures for accumulating time measurementsLars Wirzenius1-0/+118
Sponsored-by: author