Browse Source

Restored memory stress test to the sandbox

pull/1694/head
Dmitry Pentin 5 years ago
parent
commit
84900dcd29
  1. 3
      tests/ImageSharp.Tests.ProfilingSandbox/Program.cs

3
tests/ImageSharp.Tests.ProfilingSandbox/Program.cs

@ -31,13 +31,14 @@ namespace SixLabors.ImageSharp.Tests.ProfilingSandbox
/// </param> /// </param>
public static void Main(string[] args) public static void Main(string[] args)
{ {
LoadResizeSaveParallelMemoryStress.Run();
// RunJpegEncoderProfilingTests(); // RunJpegEncoderProfilingTests();
// RunJpegColorProfilingTests(); // RunJpegColorProfilingTests();
// RunDecodeJpegProfilingTests(); // RunDecodeJpegProfilingTests();
// RunToVector4ProfilingTest(); // RunToVector4ProfilingTest();
// RunResizeProfilingTest(); // RunResizeProfilingTest();
Console.ReadLine(); // Console.ReadLine();
} }
private static void RunJpegEncoderProfilingTests() private static void RunJpegEncoderProfilingTests()

Loading…
Cancel
Save