Commit eed5961e authored by Ryan Riley's avatar Ryan Riley

Removed Soma logging, which greatly helps performance.

parent dbff11c6
......@@ -74,6 +74,11 @@ public override string ConnectionString
{
get { return Program.connectionString; }
}
public override void Log(Soma.Core.PreparedStatement preparedStatement)
{
// no op
}
}
public void Run(int iterations)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment