By definition CPU time is invariant of number of vCPUs. Even if two cores are allocated/working at t
By definition CPU time is invariant of number of vCPUs. Even if two cores are allocated/working at the same time then there will be the same number of CPU (milli)seconds... but that can't happen in Workers because they're single-threaded anyway. Not sure what the reason for the variance you're seeing there is. How are you getting the specific CPU time metrics? GraphQL API?



