diff --git a/tests/ImageSharp.Tests.ProfilingSandbox/ProcessorThroughputBenchmark.cs b/tests/ImageSharp.Tests.ProfilingSandbox/ProcessorThroughputBenchmark.cs index ddf2e2dbe6..8d3471012f 100644 --- a/tests/ImageSharp.Tests.ProfilingSandbox/ProcessorThroughputBenchmark.cs +++ b/tests/ImageSharp.Tests.ProfilingSandbox/ProcessorThroughputBenchmark.cs @@ -12,8 +12,8 @@ namespace SixLabors.ImageSharp.Tests.ProfilingSandbox; public sealed class ProcessorThroughputBenchmark { private const ulong CountingUnit = 1; - private CommandLineOptions options; - private Configuration configuration; + private readonly CommandLineOptions options; + private readonly Configuration configuration; private ulong totalPixelsInUnit; private ProcessorThroughputBenchmark(CommandLineOptions options)