Use a warmup instead

Seems more stable
This commit is contained in:
2024-03-05 17:22:11 -08:00
parent c8495b1695
commit 2fcf3da29f

View File

@@ -236,9 +236,7 @@ void benchConflictSet() {
bench.batch(1); bench.batch(1);
cs.setOldestVersion(version - kMvccWindow); bench.warmup(10000);
bench.minEpochIterations(1000000);
{ {
bench.run("monotonic increasing point writes", [&]() { bench.run("monotonic increasing point writes", [&]() {