]> git.llucax.com Git - software/dgc/dgcbench.git/blobdiff - micro/big_arrays.d
micro/voronoi: Be really quiet when -v is not used
[software/dgc/dgcbench.git] / micro / big_arrays.d
index a1f59c5c4830b6b44660d29ad171b6559b279281..3f0fb4f10f902dd6fcf2e137652544c23a34f1b6 100644 (file)
@@ -3,9 +3,9 @@
 // Sightly modified by Leandro Lucarella <llucax@gmail.com>
 // (some readability improvements and output removed)
 
-const IT = 100; // original: 300
-const N1 = 200; // original: 20_000
-const N2 = 400; // original: 40_000
+const IT = 300;
+const N1 = 20_000;
+const N2 = 40_000;
 
 class Individual
 {