| 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 |
nothing calls this directly
no test coverage detected