You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to make sure a PR is not degrading the build time. This will also help us identify PRs which improve the performance especially when snapshotting the whole File System.
We have seen some bugs reported by users like #970.
Currently BENCHMARK=true uploads a file to gs://kaniko-project/benchmarks for every Dockerfile. Change this to publish just one file gs://kaniko-project/benchmarks/<pull_req_num>
Finally write the webservice which
pull the results for master stored at gs://kaniko-project/benchmarks/master
pull the results for the current PR stored at ``gs://kaniko-project/benchmarks/<pull_req_num>`
response if diff +ve or -ve time difference.
The text was updated successfully, but these errors were encountered:
It would be great to make sure a PR is not degrading the build time. This will also help us identify PRs which improve the performance especially when snapshotting the whole File System.
We have seen some bugs reported by users like #970.
The idea is to
BENCHMARK=true
for a set of real dockerfiles (not all)Changes:
./benchmark.sh
is run inside a Travis Run.BENCHMARK=true
uploads a file togs://kaniko-project/benchmarks
for every Dockerfile. Change this to publish just one filegs://kaniko-project/benchmarks/<pull_req_num>
gs://kaniko-project/benchmarks/master
The text was updated successfully, but these errors were encountered: