Skip to content

Commit

Permalink
Better demonstrate timing differences
Browse files Browse the repository at this point in the history
  • Loading branch information
srguiwiz committed Jun 3, 2018
1 parent a291610 commit 260bd29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.js
Expand Up @@ -228,15 +228,15 @@ function runTests(baseopts) {
fs.writeFile(test2Path, Date.now(), function() {
fs.writeFile(test3Path, Date.now(), function() {
fs.writeFile(test4Path, Date.now(), function() {
fs.writeFile(test5Path, Date.now(), function() {
fs.writeFile(test5Path, Date.now(), w(function() {
fs.writeFile(test6Path, Date.now(), function() {
fs.writeFile(test7Path, Date.now(), function() {
fs.writeFile(test8Path, Date.now(), function() {
fs.writeFile(test9Path, Date.now(), simpleCb);
});
});
});
});
}, 200));
});
});
});
Expand Down

0 comments on commit 260bd29

Please sign in to comment.