@ -6,6 +6,7 @@ using BenchmarkDotNet.Attributes;
namespace SixLabors.ImageSharp.Benchmarks.LoadResizeSave
{
// See README.md for instructions about initialization.
[MemoryDiagnoser]
[ShortRunJob]
public class LoadResizeSaveStressBenchmarks
@ -35,7 +35,7 @@ namespace SixLabors.ImageSharp.Tests.ProfilingSandbox
");
ConsoleKey key = Console.ReadKey().Key;
if (key < ConsoleKey.D1 || key > ConsoleKey.D7)
if (key < ConsoleKey.D1 || key > ConsoleKey.D6)
Console.WriteLine("Unrecognized command.");
return;