| 34 | use tempfile::NamedTempFile; |
| 35 | |
| 36 | struct HookScriptsGuard { |
| 37 | post_bench_script: PathBuf, |
| 38 | } |
| 39 | |
| 40 | impl HookScriptsGuard { |
| 41 | fn execute_script_from_path<P: AsRef<Path>>(path: P) -> anyhow::Result<()> { |
nothing calls this directly
no outgoing calls
no test coverage detected