Skip to content

Commit

Permalink
print starts now
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Dec 27, 2017
1 parent 1166bfa commit 651ff8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function startStop () {
}

function testNprocs (N = 1) {
console.log('testing %d procs STARTS NOW', N)
const procs = []
for (let k = 0; k < N; k += 1) {
procs.push(startStop())
Expand Down

0 comments on commit 651ff8f

Please sign in to comment.