Skip to main content

clean_benchmark

Function clean_benchmark 

Source
pub fn clean_benchmark(name: &str) -> Result<(), BenchError>
Expand description

Removes the cache directory for a specific benchmark.

A non-existent cache directory is treated as success (idempotent).

§Errors

Returns a BenchError if: