aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Microbenchmarks/Program.cs
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-08-23 09:56:47 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-08-23 09:56:47 -0700
commit6b2b5bd64588d7759e2a10e5fe39ecfcf92e4ea6 (patch)
tree5b263ab4fbff3d69479865f76415539ad730d39e /src/csharp/Grpc.Microbenchmarks/Program.cs
parent76e158f2c11706825c2c807cc9f092c79a8ad419 (diff)
parenta2ebc04fa923ee88ed19724a8cc1901f75dde06e (diff)
Merge remote-tracking branch 'upstream/master' into stream_compression_config
Diffstat (limited to 'src/csharp/Grpc.Microbenchmarks/Program.cs')
-rw-r--r--src/csharp/Grpc.Microbenchmarks/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Microbenchmarks/Program.cs b/src/csharp/Grpc.Microbenchmarks/Program.cs
index 8412ba3245..d07d4187c4 100644
--- a/src/csharp/Grpc.Microbenchmarks/Program.cs
+++ b/src/csharp/Grpc.Microbenchmarks/Program.cs
@@ -27,7 +27,7 @@ namespace Grpc.Microbenchmarks
{
public static void Main(string[] args)
{
- GrpcEnvironment.SetLogger(new TextWriterLogger(Console.Error));
+ GrpcEnvironment.SetLogger(new ConsoleLogger());
var benchmark = new SendMessageBenchmark();
benchmark.Init();
foreach (int threadCount in new int[] {1, 1, 2, 4, 8, 12})