Skip to content

Commit

Permalink
Fixing test method name.
Browse files Browse the repository at this point in the history
  • Loading branch information
CIPop committed Oct 1, 2019
1 parent a9e5358 commit 015c098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/stress/IoTClientPerf/Scenarios/DeviceClientScenario.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public abstract class DeviceClientScenario : PerfScenario
private readonly TelemetryMetrics _mRecv = new TelemetryMetrics();
private readonly Stopwatch _swRecv = new Stopwatch();

private const string TestMethodName = "SendMessageToDevice";
private const string TestMethodName = "PerfTestMethod";
private readonly TelemetryMetrics _mMethod = new TelemetryMetrics();
private readonly Stopwatch _swMethod = new Stopwatch();
private readonly SemaphoreSlim _methodSemaphore = new SemaphoreSlim(0);
Expand Down

0 comments on commit 015c098

Please sign in to comment.