Browse Source

Normalized the runtimes of the packer and fasta tests.

John Resig 16 years ago
parent
commit
72e2ffbcac
2 changed files with 3 additions and 2 deletions
  1. 1 0
      tests/real-packer.js
  2. 2 2
      tests/string-fasta.js

File diff suppressed because it is too large
+ 1 - 0
tests/real-packer.js


+ 2 - 2
tests/string-fasta.js

@@ -80,9 +80,9 @@ startTest("string-fasta");
 
 var ret;
 
-for ( var n = 2; n <= 16; n *= 2 ) (function(n){
+for ( var n = 4; n <= 32; n *= 2 ) (function(n){
 	test( "Homo sapiens alu", n, function(){
-		ret = fastaRepeat(2*n*10000, ALU);
+		ret = fastaRepeat(4*n*10000, ALU);
 	});
 	
 	test( "IUB ambiguity codes", n, function(){

Some files were not shown because too many files changed in this diff