|
|
@ -33,11 +33,11 @@ namespace SixLabors.ImageSharp.Sandbox46 |
|
|
/// </param>
|
|
|
/// </param>
|
|
|
public static void Main(string[] args) |
|
|
public static void Main(string[] args) |
|
|
{ |
|
|
{ |
|
|
RunJpegColorProfilingTests(); |
|
|
// RunJpegColorProfilingTests();
|
|
|
|
|
|
|
|
|
// RunDecodeJpegProfilingTests();
|
|
|
// RunDecodeJpegProfilingTests();
|
|
|
// RunToVector4ProfilingTest();
|
|
|
// RunToVector4ProfilingTest();
|
|
|
// RunResizeProfilingTest();
|
|
|
RunResizeProfilingTest(); |
|
|
|
|
|
|
|
|
Console.ReadLine(); |
|
|
Console.ReadLine(); |
|
|
} |
|
|
} |
|
|
@ -51,7 +51,7 @@ namespace SixLabors.ImageSharp.Sandbox46 |
|
|
private static void RunResizeProfilingTest() |
|
|
private static void RunResizeProfilingTest() |
|
|
{ |
|
|
{ |
|
|
var test = new ResizeProfilingBenchmarks(new ConsoleOutput()); |
|
|
var test = new ResizeProfilingBenchmarks(new ConsoleOutput()); |
|
|
test.ResizeBicubic(2000, 2000); |
|
|
test.ResizeBicubic(4000, 4000); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
private static void RunToVector4ProfilingTest() |
|
|
private static void RunToVector4ProfilingTest() |
|
|
|