Skip to content

Commit

Permalink
[fix] bulk read request test reduces due to '#19'
Browse files Browse the repository at this point in the history
PTKu committed Feb 4, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
bajtos Miroslav Bajtoš
1 parent 71030bc commit c51b43e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1746,7 +1746,7 @@ public async Task should_batch_read_a_lot_of_primitives()
};
var sw = new Stopwatch();
output.WriteLine(primitives.Count().ToString());
for (int i = 0; i < 10; i++)
for (int i = 0; i < 9; i++)
{
sw.Restart();
await connector.ReadBatchAsync(primitives);

0 comments on commit c51b43e

Please sign in to comment.