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
  • Loading branch information
PTKu committed Feb 4, 2023
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
Expand Up @@ -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);
Expand Down

0 comments on commit c51b43e

Please sign in to comment.