Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Susanoo benchmarks #217

Merged
merged 3 commits into from
Mar 18, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed extra code
  • Loading branch information
Ovan Crone committed Dec 4, 2014
commit 37e3afbb5d84111b22dc336403205d65b26feceb
11 changes: 0 additions & 11 deletions Tests/PerformanceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -323,15 +323,4 @@ public static Nullable<T> GetNullableValue<T>(this SqlDataReader reader, int ind
return null;
}
}

public class TestSusanooDatabaseMananger : Susanoo.DatabaseManager
{
public TestSusanooDatabaseMananger(string connectionStringName)
: base(connectionStringName)
{
this.OpenConnection();
}


}
}