cxl-micron-reskit / famfs

This is the user space repo for famfs, the fabric-attached memory file system
Apache License 2.0
31 stars 9 forks source link

run_stress_tests.sh: some fixes needed #64

Closed jagalactic closed 3 months ago

jagalactic commented 3 months ago

Even if you use the '-g' option, it runs release/mkfs.famfs. With the -g option this should work even if you haven't done a 'release' build.

Also, it would be really nice to add an option to re-use files rather than re-running famfs creat. Because, as documented in #60 famfs creat is kinda slow.

Also a note about the debug/release builds: this does not affect the performance of file system access, which is purely handled by the kernel module. It's just the user space commands, which are mostly not in the performance path.

jagalactic commented 3 months ago

I will push a PR in the coming days that smooths out a few things

jagalactic commented 3 months ago

Forgot to tag this issue in the PR. Fixes merged.