Skip to content

Commit cb85070

Browse files
authored
EF Core benchmarks for connections w/ passwords (#1700)
1 parent 3d405fe commit cb85070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/Dapper.Tests.Performance/Benchmarks.EntityFrameworkCore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class EFCoreBenchmarks : BenchmarkBase
1919
public void Setup()
2020
{
2121
BaseSetup();
22-
Context = new EFCoreContext(_connection.ConnectionString);
22+
Context = new EFCoreContext(ConnectionString);
2323
}
2424

2525
[Benchmark(Description = "First")]

0 commit comments

Comments
 (0)