IO500 / io500

IO500 Storage Benchmark source code
MIT License
95 stars 30 forks source link

Calculate score even for skipped phases and 0 values. Add NoRun to IOR phases. #42 #43

Closed JulianKunkel closed 2 years ago

JulianKunkel commented 2 years ago

Fixes #42

JulianKunkel commented 2 years ago

Good criticism, this is taken care on main.c:399 }else if(score == 0.0 && ! (phase->type & IO500_PHASE_DUMMY)){ INVALID("Resulting score shouldn't be 0.0\n");