Improve debugging

This commit is contained in:
Andras Schmelczer 2025-02-23 14:47:30 +00:00
parent abba023c20
commit ff5b987688
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 11 additions and 1 deletions

View file

@ -79,7 +79,7 @@ async function runTest({
async function runTests(): Promise<void> {
const agentCounts = [2, 10];
const concurrencies = [1, 16];
const iterations = [300];
const iterations = [50, 300];
const doDeletes = [false, true];
for (const agentCount of agentCounts) {