sfu-dis / pibench

Benchmarking framework for index structures on persistent memory
MIT License
87 stars 20 forks source link

Add flag to skip the load phase #1

Closed llersch closed 5 years ago

llersch commented 5 years ago

It will be useful to run certain benchmarks faster. Currently Load is done with a single-thread, but it's probably better this way since some data structures have a non-deterministic final state with multiple threads.

llersch commented 5 years ago

Solved by https://github.com/wangtzh/pibench/pull/11