Deployments now show their billable duration and CPU minutes in the dashboard,
Billable duration is the build and post-build time combined, rounded up to the next whole minute. CPU minutes are that figure multiplied by the machine's vCPUs.
To see the same breakdown from the CLI, update to version 59.23.1 or later with
Learn more about build machines and CPU minutes in the docs.
Read more
Continue reading...
vc inspect, and the REST API. Use it to understand how each build contributes to your usage.Billable duration is the build and post-build time combined, rounded up to the next whole minute. CPU minutes are that figure multiplied by the machine's vCPUs.
To see the same breakdown from the CLI, update to version 59.23.1 or later with
npm i -g vercel@latest, then run vc inspect:Learn more about build machines and CPU minutes in the docs.
Read more
Continue reading...