In benchmarking, the real world time is not suggested because the real world running time of a function is influenced by other running programs (like browsers, slates, Mail...). This PR use process.cpuUsage, counting only the cpu usage time and excluding the idling time.
In benchmarking, the real world time is not suggested because the real world running time of a function is influenced by other running programs (like browsers, slates, Mail...). This PR use
process.cpuUsage
, counting only the cpu usage time and excluding the idling time.