Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 542f981

Browse files
committedAug 16, 2011
Added newline to end of benchmark output, just to clean it up.
1 parent 16c0907 commit 542f981

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎bench/benchwarmer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ BenchWarmer.prototype = {
112112
}
113113
}
114114
});
115+
116+
print("\n");
115117
},
116118
startLine: function(name) {
117119
var winners = Benchmark.map(this.winners(this.currentBenches), function(bench) {

0 commit comments

Comments
 (0)
Please sign in to comment.