diff options
author | Michael Lumish <mlumish@google.com> | 2015-10-12 14:30:36 -0700 |
---|---|---|
committer | Michael Lumish <mlumish@google.com> | 2015-10-12 14:30:36 -0700 |
commit | deea05bfccf5fbaa6c2002c0da3d8fb957dd979f (patch) | |
tree | 9917ce02283c5d57a4dcec6d54ef131850c00b88 /src/csharp | |
parent | 8d7d06f253fadbccf21d3b6c20b3721ddc61c928 (diff) | |
parent | 5561de2c67b4a927ab9237405833616780ce7473 (diff) |
Merge pull request #3688 from murgatroid99/run_tests_tracing_fix
Used the proper GRPC_TRACE value in run_tests.py
Diffstat (limited to 'src/csharp')
-rw-r--r-- | src/csharp/Grpc.Core.Tests/PInvokeTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Core.Tests/PInvokeTest.cs b/src/csharp/Grpc.Core.Tests/PInvokeTest.cs index 714c2f7494..073c502daf 100644 --- a/src/csharp/Grpc.Core.Tests/PInvokeTest.cs +++ b/src/csharp/Grpc.Core.Tests/PInvokeTest.cs @@ -60,7 +60,7 @@ namespace Grpc.Core.Tests public void CompletionQueueCreateDestroyBenchmark() { BenchmarkUtil.RunBenchmark( - 100000, 1000000, + 10, 10, () => { CompletionQueueSafeHandle cq = CompletionQueueSafeHandle.Create(); |