4 references to Iterations
Microsoft.AspNetCore.Mvc.Microbenchmarks (4)
ValidationVisitorByteArrayBenchmark.cs (2)
13
[Benchmark(Baseline = true, Description = "validation for byte arrays baseline", OperationsPerInvoke =
Iterations
)]
28
[Benchmark(Description = "validation for byte arrays", OperationsPerInvoke =
Iterations
)]
ValidationVisitorModelWithValidatedProperties.cs (2)
60
[Benchmark(Baseline = true, Description = "validation for a model with some validated properties - baseline", OperationsPerInvoke =
Iterations
)]
76
[Benchmark(Description = "validation for a model with some validated properties", OperationsPerInvoke =
Iterations
)]