2
0
Эх сурвалжийг харах

Let's make the Threads test more manageable for my old comp.

Andy Li 6 жил өмнө
parent
commit
2d5c322617

+ 1 - 1
other/tests/Threads.hx

@@ -7,7 +7,7 @@ class Threads {
 	}
 
 	static function run(i,k) {
-		for( i in 0...Math.ceil(10000000/k) )
+		for( i in 0...Math.ceil(1000000/k) )
 			new hl.Bytes(1);
 		if( i>=0 ) WAIT[i] = false; 
 	}