Skip to content

Commit 910b467

Browse files
committed
Removed unused code / links
1 parent 0807381 commit 910b467

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

BenchmarkPostgreSql/BenchmarkPostgreSql.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<ItemGroup>
1717
<ProjectReference Include="..\DataLayer\DataLayer.csproj" />
1818
<ProjectReference Include="..\TestSupport\TestSupport.csproj" />
19-
<ProjectReference Include="..\Test\Test.csproj" />
2019
</ItemGroup>
2120

2221
</Project>

BenchmarkPostgreSql/Program.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
using BenchmarkDotNet.Attributes;
22
using BenchmarkDotNet.Running;
3-
using DataLayer.BookApp;
43
using DataLayer.BookApp.EfCode;
54
using Microsoft.EntityFrameworkCore;
65
using Npgsql;
76
using Test.Helpers;
87
using TestSupport.EfHelpers;
9-
using TestSupport.Helpers;
108

119
public class Program
1210
{
13-
private const string ConnectionString = "Host=localhost;Username=test;Password=test";
14-
private NpgsqlConnection _conn;
11+
private NpgsqlConnection _conn;
1512
private BookContext _context;
1613

1714
[GlobalSetup]

0 commit comments

Comments
 (0)