mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-26 10:43:18 +00:00
include UV_THREADPOOL_SIZE in benchmark logs
This commit is contained in:
parent
cbeba4af00
commit
939ad3af31
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue