Skip to content

Commit

Permalink
Option executePerWorkload = 1 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Jan 13, 2022
1 parent f2ae0b2 commit 71fcc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DFrame/DFrameApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public Task ExecuteAsConcurrentRequest(
string workloadName,
int workerCount,
int workloadPerWorker,
int executePerWorkload)
int executePerWorkload = 1)
{
return new DFrameConcurrentRequestRunner(logger, provider, options, workers, workloadPerWorker, executePerWorkload).RunAsync(workloadName, workerCount, workloadPerWorker, executePerWorkload, this.Context);
}
Expand Down

0 comments on commit 71fcc18

Please sign in to comment.