fix small nits

pull/19515/head
Jan Tattermusch 6 years ago
parent ffac31b108
commit a56998bdff
  1. 2
      src/csharp/Grpc.Microbenchmarks/CommonThreadedBase.cs
  2. 2
      src/csharp/Grpc.Microbenchmarks/CompletionRegistryBenchmark.cs

@ -35,7 +35,7 @@ namespace Grpc.Microbenchmarks
{
protected virtual bool NeedsEnvironment => true;
[Params(1, 1, 2, 4, 8, 12)]
[Params(1, 2, 4, 8, 12)]
public int ThreadCount { get; set; }
protected GrpcEnvironment Environment { get; private set; }

@ -22,7 +22,7 @@ using Grpc.Core.Internal;
namespace Grpc.Microbenchmarks
{
public class CompletionRegistryBenchmarks : CommonThreadedBase
public class CompletionRegistryBenchmark : CommonThreadedBase
{
[Params(false, true)]
public bool UseSharedRegistry { get; set; }

Loading…
Cancel
Save