Skip to content

Commit 2c994ae

Browse files
author
fabien.menager
committed
Fix benchmark to really use EFCoreBulkExtensions
1 parent 6283440 commit 2c994ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PhenX.EntityFrameworkCore.BulkInsert.Benchmark/LibComparator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ await DbContext.BulkInsertOptimizedAsync(data, options =>
150150
[Benchmark]
151151
public async Task EFCore_BulkExtensions()
152152
{
153-
await DbContext.BulkInsertAsync(data, options =>
153+
await DbContextBulkExtensions.BulkInsertAsync(DbContext, data, options =>
154154
{
155155
#if BENCHMARK_INCLUDE_GRAPH
156156
options.IncludeGraph = true;

0 commit comments

Comments
 (0)