microsoft / StorScore

A test framework to evaluate SSDs and HDDs
http://aka.ms/storscore
MIT License
79 stars 40 forks source link

Multi-thread Precondtion.exe #8

Open marksantaniello opened 9 years ago

marksantaniello commented 9 years ago

Right now it's very likely that we become CPU-limited in some cases and do not attain the requested queue depth. The solution is to multi-thread the preconditioner. The main hurdle will be to design a thread-safe version of steady_state_detector.h.