I am dealing with execution time of JavaScript programs. When I run them with nodejs/v8, time command on shell returns varying execution times.
*Is it possible to sandbox the execution of such program so that I will get constant or less varying execution times across different runs?
*Is there any other way to check the execution time of these programs using nodejs/v8?