diff --git a/.vs/c-sharp/v17/.suo b/.vs/c-sharp/v17/.suo index 4a53182..9f61ac4 100644 Binary files a/.vs/c-sharp/v17/.suo and b/.vs/c-sharp/v17/.suo differ diff --git a/csv/Program.cs b/csv/Program.cs index e68bd13..34a7084 100644 --- a/csv/Program.cs +++ b/csv/Program.cs @@ -16,7 +16,7 @@ namespace csv { stopwatch.Start(); 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) + ";"); } if (i % 1000000 == 0) { Console.WriteLine(i); } diff --git a/csv/bin/Debug/csv.exe b/csv/bin/Debug/csv.exe index 79b2842..86b6628 100644 Binary files a/csv/bin/Debug/csv.exe and b/csv/bin/Debug/csv.exe differ diff --git a/csv/bin/Debug/csv.pdb b/csv/bin/Debug/csv.pdb index f17583a..2639301 100644 Binary files a/csv/bin/Debug/csv.pdb and b/csv/bin/Debug/csv.pdb differ diff --git a/csv/obj/Debug/csv.exe b/csv/obj/Debug/csv.exe index 79b2842..86b6628 100644 Binary files a/csv/obj/Debug/csv.exe and b/csv/obj/Debug/csv.exe differ diff --git a/csv/obj/Debug/csv.pdb b/csv/obj/Debug/csv.pdb index f17583a..2639301 100644 Binary files a/csv/obj/Debug/csv.pdb and b/csv/obj/Debug/csv.pdb differ