|
|
@ -22,7 +22,7 @@ namespace SixLabors.ImageSharp.Benchmarks |
|
|
public ShortClr() |
|
|
public ShortClr() |
|
|
{ |
|
|
{ |
|
|
this.Add( |
|
|
this.Add( |
|
|
Job.Clr.WithLaunchCount(1).WithWarmupCount(3).WithTargetCount(3) |
|
|
Job.Clr.WithLaunchCount(1).WithWarmupCount(3).WithTargetCount(3), |
|
|
Job.Core.WithLaunchCount(1).WithWarmupCount(3).WithTargetCount(3) |
|
|
Job.Core.WithLaunchCount(1).WithWarmupCount(3).WithTargetCount(3) |
|
|
); |
|
|
); |
|
|
} |
|
|
} |
|
|
|