Skip to content
Snippets Groups Projects
Commit 2ca1df10 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

restrict number of iterations for UnaryCallPerformance test

parent 5e2db5b5
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@ namespace Grpc.Core.Tests
});
var callDetails = helper.CreateUnaryCall();
BenchmarkUtil.RunBenchmark(100, 100,
BenchmarkUtil.RunBenchmark(1, 10,
() => { Calls.BlockingUnaryCall(callDetails, "ABC"); });
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment