|
|
|
@ -34,7 +34,8 @@ namespace SixLabors.ImageSharp.Benchmarks |
|
|
|
public MultiFramework() => this.AddJob( |
|
|
|
Job.Default.WithRuntime(ClrRuntime.Net472), |
|
|
|
Job.Default.WithRuntime(CoreRuntime.Core21), |
|
|
|
Job.Default.WithRuntime(CoreRuntime.Core31)); |
|
|
|
Job.Default.WithRuntime(CoreRuntime.Core31), |
|
|
|
Job.Default.WithRuntime(CoreRuntime.Core50)); |
|
|
|
} |
|
|
|
|
|
|
|
public class ShortMultiFramework : Config |
|
|
|
@ -42,7 +43,8 @@ namespace SixLabors.ImageSharp.Benchmarks |
|
|
|
public ShortMultiFramework() => this.AddJob( |
|
|
|
Job.Default.WithRuntime(ClrRuntime.Net472).WithLaunchCount(1).WithWarmupCount(3).WithIterationCount(3), |
|
|
|
Job.Default.WithRuntime(CoreRuntime.Core21).WithLaunchCount(1).WithWarmupCount(3).WithIterationCount(3), |
|
|
|
Job.Default.WithRuntime(CoreRuntime.Core31).WithLaunchCount(1).WithWarmupCount(3).WithIterationCount(3)); |
|
|
|
Job.Default.WithRuntime(CoreRuntime.Core31).WithLaunchCount(1).WithWarmupCount(3).WithIterationCount(3), |
|
|
|
Job.Default.WithRuntime(CoreRuntime.Core50).WithLaunchCount(1).WithWarmupCount(3).WithIterationCount(3)); |
|
|
|
} |
|
|
|
|
|
|
|
public class ShortCore31 : Config |
|
|
|
|