We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c92579 commit 9a36966Copy full SHA for 9a36966
bench/util/benchwarmer.js
@@ -11,7 +11,7 @@ function BenchWarmer() {
11
this.errors = {};
12
}
13
14
-var print = require('sys').print;
+var print = require('util').print;
15
16
BenchWarmer.prototype = {
17
winners: function(benches) {
0 commit comments