Skip to content

Commit

Permalink
Fix NetCoreServer start logic
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDeml committed May 4, 2021
1 parent d5745af commit 15c9876
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void StartBenchmark()
benchmarkPreparing = false;
benchmarkRunning = true;

if (manualMode)
if (!manualMode)
{
SendMessages(config.ParallelMessages, config.Transmission);
}
Expand Down

0 comments on commit 15c9876

Please sign in to comment.