Browse Source

Benchmark both Core and CLR

af/merge-core
James Jackson-South 8 years ago
parent
commit
f0355205e7
  1. 1
      README.md
  2. 5
      tests/ImageSharp.Benchmarks/Config.cs

1
README.md

@ -2,7 +2,6 @@
<img src="https://raw.githubusercontent.com/SixLabors/Branding/master/icons/imagesharp/sixlabors.imagesharp.512.png" alt="SixLabors.ImageSharp" width="256"/>
<br/>
<br/>
SixLabors.ImageSharp
</h1>

5
tests/ImageSharp.Benchmarks/Config.cs

@ -22,9 +22,8 @@ namespace SixLabors.ImageSharp.Benchmarks
public ShortClr()
{
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)
);
}
}

Loading…
Cancel
Save