2 overrides of GetJobDefinition
Microsoft.ML.Benchmarks.Tests (1)
BenchmarksTest.cs (1)
23protected override Job GetJobDefinition() => Job.Dry; // Job.Dry runs the benchmark just once
Microsoft.ML.PerformanceTests (1)
Harness\Configs.cs (1)
71protected override Job GetJobDefinition()
1 reference to GetJobDefinition
Microsoft.ML.PerformanceTests (1)
Harness\Configs.cs (1)
23AddJob(GetJobDefinition()// job defines how many times given benchmark should be executed