Skip to content

Commit

Permalink
Made the creation of rows 10000.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikependon committed Jan 1, 2021
1 parent e601875 commit 9cca15b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CSharp/EntityFrameworkRawSQL/EntityFrameworkRawSQL/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ static void Main(string[] args)
Initialize();
Truncate();
Console.WriteLine("[ADD]");
AddRangeForEF(1000);
AddRangeForRepoDB(1000);
AddRangeForEF(10000);
AddRangeForRepoDB(10000);

Console.WriteLine("");
Console.WriteLine("[QUERY]");
Expand Down

0 comments on commit 9cca15b

Please sign in to comment.