mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-02 03:13:58 +08:00
-
This commit is contained in:
@@ -11,6 +11,10 @@ namespace OrmTest.PerformanceTesting
|
||||
{
|
||||
public class ChloeORMPerformance: PerformanceBase
|
||||
{
|
||||
public ChloeORMPerformance(int eachCount)
|
||||
{
|
||||
this.count = eachCount;
|
||||
}
|
||||
public void Select()
|
||||
{
|
||||
MsSqlContext db = new MsSqlContext(Config.ConnectionString);
|
||||
|
||||
@@ -10,7 +10,11 @@ namespace OrmTest.PerformanceTesting
|
||||
{
|
||||
public class SqlSugarPerformance : PerformanceBase
|
||||
{
|
||||
public void Select()
|
||||
public SqlSugarPerformance(int eachCount)
|
||||
{
|
||||
this.count = eachCount;
|
||||
}
|
||||
public void Select()
|
||||
{
|
||||
SqlSugarClient db = new SqlSugarClient(new SystemTablesConfig()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user