We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1433742 commit 6d96775Copy full SHA for 6d96775
src-console/ConsoleAppPerformanceTest/Program.cs
@@ -17,7 +17,7 @@ static void TestDynamic()
17
18
xTimeAll.Restart();
19
_ = query.AsQueryable().Select("ID").Cast<int>().ToList();
20
- Console.WriteLine($"Total nd Query: {(int)xTimeAll.Elapsed.TotalMilliseconds}ms");
+ Console.WriteLine($"Total 2nd Query: {(int)xTimeAll.Elapsed.TotalMilliseconds}ms");
21
22
23
_ = query.AsQueryable().Select("new { it.ID as Idee } ").ToDynamicList();
0 commit comments