moby / buildkit-bench

Set of benchmarks for BuildKit
https://moby.github.io/buildkit-bench/
Apache License 2.0
0 stars 2 forks source link

Merge and export test results #13

Closed crazy-max closed 2 months ago

crazy-max commented 2 months ago

As follow-up of #6, we have to combine benchmark results in a post-job that depends on test one. Would need first to upload output file as GitHub Actions artifact for each ref tested and downloading them in this post-job. Merging of these files would probably be done with a new merge [FILE...] command in gotestmetrics tool. We could also probably have a --format flag defaulting to json. The html format would generate charts using https://github.com/go-echarts/go-echarts or similar library.