pub fn relation_cache_path(
benchmark_name: &str,
relation_name: &str,
) -> Result<PathBuf, BenchError>Expand description
Returns the expected path for a cached relation file.
ยงErrors
Returns BenchError::NoCacheDir if the platform cache directory cannot
be determined.