Commit da11e958 authored by Sam Saffron's avatar Sam Saffron

formatting

parent c52cc697
...@@ -44,7 +44,7 @@ public static SqlConnection GetOpenConnection() ...@@ -44,7 +44,7 @@ public static SqlConnection GetOpenConnection()
static void RunPerformanceTests() static void RunPerformanceTests()
{ {
var test = new PerformanceTests(); var test = new PerformanceTests();
Console.WriteLine("Running 500 itrations that load up a post entity"); Console.WriteLine("Running 500 iterations that load up a post entity");
test.Run(500); test.Run(500);
} }
......
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