Add good defaults for zipf config

This commit is contained in:
Alan Bernstein 2016-12-12 16:11:23 -06:00
parent cbd7b2ff37
commit 587d4259a1

View file

@ -3,8 +3,8 @@
"Agents": { "Type": "local" },
"Benchmarks": [
{
"Num": 3,
"Args": ["zipf-set-bits", "-iterations", "30000", "-profile-id-range", "1000000", "-bitmap-id-range", "1000000", "-seed", "2345", "-client-type", "round_robin", "-bitmap-exponent", "1.5", "-profile-exponent", "1.5"]
"Num": 1,
"Args": ["zipf-set-bits", "-iterations", "10000", "-profile-id-range", "100", "-bitmap-id-range", "100", "-seed", "2345", "-client-type", "round_robin", "-bitmap-exponent", "1.001", "-bitmap-ratio", ".9", "-profile-exponent", "1.001", "-profile-ratio", ".3"]
}
]
}