Cap BDN iterations in a better way

This commit is contained in:
Jonathan Peppers 2020-08-04 09:11:00 -05:00
Родитель 79a88b9876
Коммит 99aeecc97d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -20,7 +20,7 @@ namespace Xamarin.Forms.Benchmarks
} }
[MemoryDiagnoser] [MemoryDiagnoser]
[IterationCount (10)] // NOTE: I needed to cap the iterations, as BDN was going on and on [WarmupCount (10), IterationCount (10), InvocationCount (10)] // NOTE: I needed to cap the iterations, as BDN was going on and on
[Orderer (SummaryOrderPolicy.FastestToSlowest)] [Orderer (SummaryOrderPolicy.FastestToSlowest)]
public class Bindings : BaseBenchmark public class Bindings : BaseBenchmark
{ {