A set of benchmarks from some common base directory.
void add_directory(const std::filesystem::path &dir)
Recursively find all benchmarks from this directory.
void add_recursive(const std::filesystem::path &path)
Recursively add all benchmarks from this path.
std::vector< std::filesystem::path > mFilesList
List of files in this benchmark set.
auto begin() const
Begin iterator.
auto end() const
End iterator.
std::size_t size() const
Number of files.