This commit is contained in:
Andras Schmelczer 2025-03-15 11:44:56 +00:00
commit 24a8def394
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 7 additions and 3 deletions

View file

@ -92,7 +92,7 @@ async function runTest({
async function runTests(): Promise<void> {
const agentCounts = [2, 8];
const jitterScaleInSeconds = [0.5, 0, 2];
const concurrencies = [16, 1];
const concurrencies = [1];
const iterations = [50, 200];
const doDeletes = [true, false];