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>
public static void Main(string[] args)
{
LoadResizeSaveParallelMemoryStress.Run();
// RunJpegEncoderProfilingTests();
// RunJpegColorProfilingTests();
// RunDecodeJpegProfilingTests();
// RunToVector4ProfilingTest();
// RunResizeProfilingTest();
Console.ReadLine();
// Console.ReadLine();
}
private static void RunJpegEncoderProfilingTests()

Loading…
Cancel
Save