Add benchmarks to readme

This commit is contained in:
2024-06-03 14:46:39 -07:00
parent 47c1ff5636
commit 7667d02987
2 changed files with 30 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ void monotonicallyIncreasing() {
const auto end = facade.versioned.end(v);
auto iter = begin;
bench.run("deref", [&] { bench.doNotOptimizeAway(*iter); });
bench.run("*iter", [&] { bench.doNotOptimizeAway(*iter); });
iter = begin;
bench.run("++iter", [&] {