Browse Source

Fix jpeg benchmark path [skip ci]

af/merge-core
James Jackson-South 9 years ago
parent
commit
23d03f9553
  1. 2
      tests/ImageSharp.Benchmarks/Image/DecodeJpeg.cs

2
tests/ImageSharp.Benchmarks/Image/DecodeJpeg.cs

@ -22,7 +22,7 @@ namespace ImageSharp.Benchmarks.Image
{
if (this.jpegBytes == null)
{
this.jpegBytes = File.ReadAllBytes("../ImageSharp.Tests/TestImages/Formats/Jpg/Calliphora.jpg");
this.jpegBytes = File.ReadAllBytes("../ImageSharp.Tests/TestImages/Formats/Jpg/Baseline/Calliphora.jpg");
}
}

Loading…
Cancel
Save