ahmetb / kubectl-tree

kubectl plugin to browse Kubernetes object hierarchies as a tree 🎄 (star the repo if you are using)
Apache License 2.0
2.95k stars 120 forks source link

Builds are slow on GitHub actions #4

Closed ahmetb closed 4 years ago

ahmetb commented 4 years ago

The CI takes goreleaser --snapshot on average takes 1m27s. https://github.com/ahmetb/kubectl-tree/actions?query=workflow%3Aci

The same command (after cleaning modcache and ~/go), takes 16-20 seconds on my 2.3 GHz 8-Core Intel Core i9 MacBook 2019 w/ 32 GB RAM.

Are they really that slow?

ahmetb commented 4 years ago

I guess this is as fast as it gets.