Cap BDN iterations in a better way
This commit is contained in:
Родитель
79a88b9876
Коммит
99aeecc97d
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче