Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b958260

Browse filesBrowse files
committed
updated stress test
1 parent 39a6102 commit b958260
Copy full SHA for b958260

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎example/stress/revwalk.js‎

Copy file name to clipboardExpand all lines: example/stress/revwalk.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var git = require( 'nodegit' );
44

55
//* Stress test revision walking
66
//setInterval(function() {
7-
for(var i=0; i<10000; i++) {
7+
// for(var i=0; i<10000; i++) {
88

99
(function() {
1010

@@ -13,7 +13,7 @@ var git = require( 'nodegit' );
1313

1414
this.branch( 'master', function() {
1515
this.history().on( 'commit', function( i, commit ) {
16-
//console.log( commit.id.toString(40) );
16+
console.log( commit.id.toString(40) );
1717
});
1818
});
1919
});
@@ -53,6 +53,6 @@ var git = require( 'nodegit' );
5353

5454
})();
5555

56-
}
56+
// }
5757
//}, 0);
5858
//*/

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.