Skip to content

Commit 9cca15b

Browse files
committedJan 1, 2021
Made the creation of rows 10000.
1 parent e601875 commit 9cca15b

File tree

1 file changed

+2
-2
lines changed
  • CSharp/EntityFrameworkRawSQL/EntityFrameworkRawSQL

1 file changed

+2
-2
lines changed
 

‎CSharp/EntityFrameworkRawSQL/EntityFrameworkRawSQL/Program.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ static void Main(string[] args)
1616
Initialize();
1717
Truncate();
1818
Console.WriteLine("[ADD]");
19-
AddRangeForEF(1000);
20-
AddRangeForRepoDB(1000);
19+
AddRangeForEF(10000);
20+
AddRangeForRepoDB(10000);
2121

2222
Console.WriteLine("");
2323
Console.WriteLine("[QUERY]");

0 commit comments

Comments
 (0)