diff --git a/Bench.cpp b/Bench.cpp index 9a26d9a..d7b0e62 100644 --- a/Bench.cpp +++ b/Bench.cpp @@ -346,6 +346,16 @@ void benchWorstCaseForRadixRangeRead() { } } }); + + // for (int i = 0; i < 256; ++i) { + // bench.run("worst case for radix tree, span " + std::to_string(i), [&]() { + // result = weaselab::ConflictSet::TooOld; + // cs[i]->check(&r, &result, 1); + // if (result != weaselab::ConflictSet::Commit) { + // abort(); + // } + // }); + // } } int main(void) {