UNPKG

nsolid-manager

Version:

A manager that sets up and runs N|Solid for you

10 lines (8 loc) 166 B
process.title = "random-cpu"; var cycles = (Math.random() * 100000)|0; setInterval(function() { var a = ''; for (var i=0; i<cycles; i++) { a+='i' } }, 0);