Closed llersch closed 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.
Solved by https://github.com/wangtzh/pibench/pull/11
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.