mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-03-03 04:30:57 +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();
|
time.Restart();
|
||||||
var t5 = g.mysql.Ado.Query<dynamic>("select * from song");
|
var t5 = g.mysql.Ado.Query<dynamic>("select * from song");
|
||||||
time.Stop();
|
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