Skip to content

Commit bbc8a84

Browse files
committed
Adding changes to profile
1 parent c5a3a5b commit bbc8a84

3 files changed

Lines changed: 0 additions & 391 deletions

File tree

src/VirtualClient/VirtualClient.Actions/Network/NetworkingWorkload/Latte/LatteClientExecutor.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,6 @@ private void InitializeWindowsClientCommandline()
158158
this.CommandLineWindowsClient += this.Protocol.ToLowerInvariant() == "tcp" ? " --tcp" : string.Empty;
159159
}
160160

161-
if (!this.CommandLineWindowsClient.Contains("-i", StringComparison.OrdinalIgnoreCase) && this.Iterations != 0)
162-
{
163-
this.CommandLineWindowsClient += $" -i {this.Iterations} ";
164-
}
165-
166161
if (!this.CommandLineWindowsClient.Contains("-riopoll", StringComparison.OrdinalIgnoreCase) && this.RioPoll != 0)
167162
{
168163
this.CommandLineWindowsClient += $" -riopoll {this.RioPoll}";

src/VirtualClient/VirtualClient.Actions/Network/NetworkingWorkload/Latte/LatteServerExecutor.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,6 @@ private void InitializeWindowsServerCommandline()
114114
this.CommandLineWindowsServer += " ";
115115
}
116116

117-
if (!this.CommandLineWindowsServer.Contains("-i", StringComparison.OrdinalIgnoreCase) && this.Iterations != 0)
118-
{
119-
this.CommandLineWindowsServer += $" -i {this.Iterations} ";
120-
}
121-
122117
if (!this.CommandLineWindowsServer.Contains("-riopoll", StringComparison.OrdinalIgnoreCase) && this.RioPoll != 0)
123118
{
124119
this.CommandLineWindowsServer += $" -riopoll {this.RioPoll}";

0 commit comments

Comments
 (0)