You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Console.WriteLine("Benchmarking is only enabled for Debug build: Cannot verify expected method call and returned Extension count");
66
69
#endif
67
70
68
71
// actually test that the performance increase is significant
69
-
Assert.Less(stopwatchCached.Elapsed,TimeSpan.FromSeconds(2),"Extension performance was not as low as expected - please improve performance of extension resolution");
72
+
Assert.Less(stopwatchCached.Elapsed,TimeSpan.FromSeconds(1),"Extension performance was not as low as expected - please improve performance of extension resolution");
0 commit comments