diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2019-10-27 17:29:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-27 17:29:54 +0800 |
commit | 06e135e35f688cc2527a92fd30c9a30f119805bd (patch) | |
tree | 34f93550f9d26423fc77bbb878b21db8683888a0 /test/benchmark.js | |
parent | ebbf3d4a515359ef5d0e653c0744a4a040116b56 (diff) | |
download | tracifyjs-06e135e35f688cc2527a92fd30c9a30f119805bd.tar.gz tracifyjs-06e135e35f688cc2527a92fd30c9a30f119805bd.zip |
migrate CI workaround (#3534)
Diffstat (limited to 'test/benchmark.js')
-rw-r--r-- | test/benchmark.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/benchmark.js b/test/benchmark.js index 38aed13d..63009dd8 100644 --- a/test/benchmark.js +++ b/test/benchmark.js @@ -94,6 +94,3 @@ urls.forEach(function(url) { }); }); }); -setInterval(function() { - process.stderr.write("\0"); -}, 5 * 60 * 1000).unref(); |