Add benchmarks for individual spans, but commented out

This commit is contained in:
2024-06-26 20:57:51 -07:00
parent 02866a8cae
commit 13f8d3fa8a

View File

@@ -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) {