As I learned from different websites like this one, vCPU represents a portion of time of a physical CPU core(s) that is assigned to a VM, where some process is running. And also:
As threads execute (vCPUs are used) they are cycled around the physical CPUs.
Does that mean that if I assign more vCPUs to my VM then my app (node.js) thread will be able to use all of this vCPUs and run faster despite that node.js is single-threaded?
p.s. If I picked the wrong place (forum) to ask this question please tell me the forum where I can get an answer.