include UV_THREADPOOL_SIZE in benchmark logs

This commit is contained in:
Brian Gough 2021-05-17 12:00:32 +01:00
parent cbeba4af00
commit 939ad3af31

View file

@ -33,6 +33,8 @@ function test(hashType, filePath, callback) {
return callback(err) return callback(err)
} }
console.log( console.log(
'uvthreads',
process.env.UV_THREADPOOL_SIZE,
filePath, filePath,
'hashType', 'hashType',
hashType, hashType,