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
{
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)

Loading…
Cancel
Save