Browse Source

Fix sandbox

af/merge-core
James Jackson-South 8 years ago
parent
commit
ffee0fbcc7
  1. 2
      tests/ImageSharp.Sandbox46/Program.cs

2
tests/ImageSharp.Sandbox46/Program.cs

@ -75,7 +75,7 @@ namespace SixLabors.ImageSharp.Sandbox46
foreach (object[] data in JpegProfilingBenchmarks.DecodeJpegData)
{
string fileName = (string)data[0];
benchmarks.DecodeJpeg_Original(fileName);
benchmarks.DecodeJpeg(fileName);
}
}
}

Loading…
Cancel
Save