this.logger.info('Done: #%s, %s in %ss (%s tests, ~%s tests/s)',block.number,proof.hash,(duration/1000).toFixed(2),testsCount,testsPerSecond);
consttestsPerSecond=testsCount/(duration/1000)
this.logger.info('Done: #%s, %s in %ss (~%s tests, ~%s tests/s, using %s cores, CPU %s%)',block.number,proof.hash,(duration/1000).toFixed(2),testsCount,testsPerSecond.toFixed(2),powFarm.nbWorkers,Math.floor(100*this.conf.cpu))
this.logger.info('FOUND proof-of-work with %s leading zeros followed by [0-'+highMark+']!',nbZeros);