This commit is contained in:
2022-05-18 18:16:46 +02:00
parent b3be3524a4
commit 858b04991a
6 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -16,7 +16,7 @@ namespace csv {
stopwatch.Start(); stopwatch.Start();
for (long i = 0; i < 10000000; i++) { for (long i = 0; i < 10000000; i++) {
for (long j = 0; j < 5; j++) { for (long j = 0; j < 10; j++) {
writer.Write(random.Next(-100000, 100000) + ";"); writer.Write(random.Next(-100000, 100000) + ";");
} }
if (i % 1000000 == 0) { Console.WriteLine(i); } if (i % 1000000 == 0) { Console.WriteLine(i); }

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.