Browse Source

readonly

pull/3111/head
antonfirsov 3 months ago
parent
commit
8fe7f3205b
  1. 4
      tests/ImageSharp.Tests.ProfilingSandbox/ProcessorThroughputBenchmark.cs

4
tests/ImageSharp.Tests.ProfilingSandbox/ProcessorThroughputBenchmark.cs

@ -12,8 +12,8 @@ namespace SixLabors.ImageSharp.Tests.ProfilingSandbox;
public sealed class ProcessorThroughputBenchmark public sealed class ProcessorThroughputBenchmark
{ {
private const ulong CountingUnit = 1; private const ulong CountingUnit = 1;
private CommandLineOptions options; private readonly CommandLineOptions options;
private Configuration configuration; private readonly Configuration configuration;
private ulong totalPixelsInUnit; private ulong totalPixelsInUnit;
private ProcessorThroughputBenchmark(CommandLineOptions options) private ProcessorThroughputBenchmark(CommandLineOptions options)

Loading…
Cancel
Save