未验证 提交 cb85070a 编写于 作者: R Raphael Schweizer 提交者: GitHub

EF Core benchmarks for connections w/ passwords (#1700)

上级 3d405fea
......@@ -19,7 +19,7 @@ public class EFCoreBenchmarks : BenchmarkBase
public void Setup()
{
BaseSetup();
Context = new EFCoreContext(_connection.ConnectionString);
Context = new EFCoreContext(ConnectionString);
}
[Benchmark(Description = "First")]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册