mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-03-03 20:51:00 +08:00
Updated 性能 (markdown)
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