MCPcopy Create free account
hub / github.com/ElementsProject/elements / OpenBench

Method OpenBench

src/leveldb/benchmarks/db_bench.cc:699–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697 }
698
699 void OpenBench(ThreadState* thread) {
700 for (int i = 0; i < num_; i++) {
701 delete db_;
702 Open();
703 thread->stats.FinishedSingleOp();
704 }
705 }
706
707 void WriteSeq(ThreadState* thread) { DoWrite(thread, true); }
708

Callers

nothing calls this directly

Calls 1

FinishedSingleOpMethod · 0.45

Tested by

no test coverage detected