mlcommons / storage

MLPerf™ Storage Benchmark Suite
https://mlcommons.org/en/groups/research-storage/
Apache License 2.0
82 stars 28 forks source link

can we enable direct_io flag when issue file system API from MLPerf storage test suite #51

Open gaowayne opened 6 months ago

gaowayne commented 6 months ago

currently, we notice, MLPerf storage still leverage page cache a lot, not stress storage enough. can we support one branch that issue direct IO for all places? I see there are too many file open places.

LouisDDN commented 6 months ago

I don't think it makes sense as the goal is to reproduce a workload not to get maximum throughput out of the storage.