88using BenchmarkDotNet . Running ;
99using Perfolizer . Horology ;
1010using Perfolizer . Metrology ;
11+ using Z . BulkOperations ;
1112
1213namespace EFCore . Benchmarks
1314{
@@ -38,12 +39,13 @@ public class ProgramBenchmarks
3839 // - Multiple providers: put them in the SAME [Params(...)] line.
3940 // ─────────────────────────────────────────────────────────────────────────
4041 [ Params (
41- TestProviderKind . SqlServer
42+ TestProviderKind . SqlServer
4243 //, TestProviderKind.PostgreSQL
4344 //, TestProviderKind.Oracle
4445 //, TestProviderKind.SQLite
4546 //, TestProviderKind.MySQL
4647 //, TestProviderKind.MariaDB
48+ // TestProviderKind.MicrotingMySQL
4749 ) ]
4850 public TestProviderKind ProviderKind ;
4951
@@ -56,9 +58,9 @@ public class ProgramBenchmarks
5658 [ Params (
5759 //, 10
5860 //, 100
59- //, 1_000
60- 10_000
61- // , 100_000
61+ 1_000
62+ , 10_000
63+ , 100_000
6264 //, 1_000_000
6365 ) ]
6466 public int EntityCount ;
@@ -86,7 +88,7 @@ static void Main(string[] args)
8688 // ==== Bulk Insert ====
8789 typeof ( BulkInsertBenchmark ) ,
8890 typeof ( BulkInsertWithGraphBenchmark ) ,
89- typeof ( BulkInsertWithKeepIdentityBenchmark ) ,
91+ // typeof(BulkInsertWithKeepIdentityBenchmark),
9092
9193 // ==== Bulk Merge ====
9294 //typeof(BulkMergeBenchmark),
0 commit comments