mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-05 07:50:52 +08:00
Merge branch 'master' of https://github.com/2881099/FreeSql.wiki
2
性能.md
2
性能.md
@@ -173,7 +173,7 @@ public void QueryDynamic() {
|
||||
time.Restart();
|
||||
var t5 = g.mysql.Ado.Query<dynamic>("select * from song");
|
||||
time.Stop();
|
||||
sb.AppendLine($"Elapsed: {time.Elapsed}; Query Dynamic Counts: {t3.Count}; ORM: FreeSql*");
|
||||
sb.AppendLine($"Elapsed: {time.Elapsed}; Query Dynamic Counts: {t5.Count}; ORM: FreeSql*");
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user