Navigation Menu

Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
seb authored and seb committed Dec 18, 2011
1 parent ad981b5 commit 577e09b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/log-to-file-bench.js
Expand Up @@ -15,7 +15,7 @@ benchParams = [
//verbose: true,
fileMaxSize: ONE_M * 5,
maxBackupFileNumber: 0
}/*,
},
{
fileMaxSize: ONE_M * 5,
maxBackupFileNumber: 1
Expand Down Expand Up @@ -51,7 +51,7 @@ benchParams = [
fileMaxSize: ONE_M * 10,
maxBackupFileNumber: 10,
gzipBackupFile: true
}*/], bi = 0;
}], bi = 0;

for ( i = 0; i < 1024; ++i) {
tmp += dataTest; // 1Ko
Expand Down Expand Up @@ -233,6 +233,6 @@ function runTest() {


cleanup();
//runTest();
runTestFork();
runTest();
//runTestFork();

0 comments on commit 577e09b

Please sign in to comment.