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 e204946 commit 9946029Copy full SHA for 9946029
1 file changed
benchmark/BenchmarkRunner/Utils/Helpers.cs
@@ -22,7 +22,7 @@ public static async Task InsertInBatchesAsync<T>(List<T> items, int batchSize, F
22
23
public static async Task<List<T>> ExecuteConcurrentlyAsync<T>(
24
int totalTasks,
25
- int maxConcurrency,
+ int maxConcurrency,
26
Func<int, Task<List<T>>> taskFactory)
27
{
28
var semaphore = new SemaphoreSlim(maxConcurrency, maxConcurrency);
0 commit comments