Browse Source

Fix sandbox

pull/662/head
James Jackson-South 8 years ago
parent
commit
568c3ac6ac
  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) foreach (object[] data in JpegProfilingBenchmarks.DecodeJpegData)
{ {
string fileName = (string)data[0]; string fileName = (string)data[0];
benchmarks.DecodeJpeg_Original(fileName); benchmarks.DecodeJpeg(fileName);
} }
} }
} }

Loading…
Cancel
Save