pub fn cache_dir(benchmark_name: &str) -> Result<PathBuf, BenchError>Expand description
Returns the cache directory for a specific benchmark.
ยงErrors
Returns BenchError::NoCacheDir if the platform cache directory cannot
be determined.
pub fn cache_dir(benchmark_name: &str) -> Result<PathBuf, BenchError>Returns the cache directory for a specific benchmark.
Returns BenchError::NoCacheDir if the platform cache directory cannot
be determined.