Describes the structure of a directory tree to be benchmarked.
A benchmark that mimics the filesystem usage pattern of git status
.
A benchmark that measures how long it takes to open a file from a path that contains multiple
directories. A distinct path and file is used for each iteration.
A benchmark that measures how long it takes to open a file. A distinct file is used for each
iteration.
A benchmark that measures how long it takes to call stat on a path to a file. A distinct file is
used for each iteration.
A benchmark that measures how long it takes to walk a directory that should not already be
cached in memory.
A benchmark that measures how long it takes to walk a directory that was recently accessed and
may be cached in memory.