We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e5358 commit 015c098Copy full SHA for 015c098
e2e/stress/IoTClientPerf/Scenarios/DeviceClientScenario.cs
@@ -25,7 +25,7 @@ public abstract class DeviceClientScenario : PerfScenario
25
private readonly TelemetryMetrics _mRecv = new TelemetryMetrics();
26
private readonly Stopwatch _swRecv = new Stopwatch();
27
28
- private const string TestMethodName = "SendMessageToDevice";
+ private const string TestMethodName = "PerfTestMethod";
29
private readonly TelemetryMetrics _mMethod = new TelemetryMetrics();
30
private readonly Stopwatch _swMethod = new Stopwatch();
31
private readonly SemaphoreSlim _methodSemaphore = new SemaphoreSlim(0);
0 commit comments