Commit ddffdfa3 authored by Nick Craver's avatar Nick Craver

Tests: TestMassivePublish - debug info up top

This may just not make sense anymore, but let's log and look at the numbers.
parent 022c3299
......@@ -70,9 +70,9 @@ private void TestMassivePublish(ISubscriber conn, string channel, string caption
conn.WaitAll(tasks);
withAsync.Stop();
Assert.True(withFAF.ElapsedMilliseconds < withAsync.ElapsedMilliseconds, caption);
Output.WriteLine("{2}: {0}ms (F+F) vs {1}ms (async)",
withFAF.ElapsedMilliseconds, withAsync.ElapsedMilliseconds, caption);
Assert.True(withFAF.ElapsedMilliseconds < withAsync.ElapsedMilliseconds, caption);
}
[FactLongRunning]
......
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