Skip to content

Commit 6d96775

Browse files
committed
2
1 parent 1433742 commit 6d96775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-console/ConsoleAppPerformanceTest/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ static void TestDynamic()
1717

1818
xTimeAll.Restart();
1919
_ = query.AsQueryable().Select("ID").Cast<int>().ToList();
20-
Console.WriteLine($"Total nd Query: {(int)xTimeAll.Elapsed.TotalMilliseconds}ms");
20+
Console.WriteLine($"Total 2nd Query: {(int)xTimeAll.Elapsed.TotalMilliseconds}ms");
2121

2222
xTimeAll.Restart();
2323
_ = query.AsQueryable().Select("new { it.ID as Idee } ").ToDynamicList();

0 commit comments

Comments
 (0)