|
Description
|
FileBench has a concept of a single file (internally a fileobj) and a set of files (internally a fileset). A single file can also be represented as a fileset with one entry, and doing so allows it to be used with all I/O and file related flowops, whereas files can only be used with a subset of such flowops. However, for compatability, we should still recognize "files" in the models (.f) and simply treat them as filesets.
|