mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-25 21:42:12 +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)
|
||||
}
|
||||
console.log(
|
||||
'uvthreads',
|
||||
process.env.UV_THREADPOOL_SIZE,
|
||||
filePath,
|
||||
'hashType',
|
||||
hashType,
|
||||
|
|
Loading…
Reference in a new issue