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