mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
run the hash benchmark 10 times
This commit is contained in:
@@ -66,6 +66,13 @@ files.forEach((file) => {
|
||||
})
|
||||
})
|
||||
|
||||
async.series(jobs, () => {
|
||||
console.log('DONE')
|
||||
})
|
||||
async.timesSeries(
|
||||
10,
|
||||
(n, cb) => {
|
||||
console.log('run', n)
|
||||
async.series(jobs, cb)
|
||||
},
|
||||
() => {
|
||||
console.log('DONE')
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user