(&mut self)
| 75 | |
| 76 | impl Drop for HookScriptsGuard { |
| 77 | fn drop(&mut self) { |
| 78 | if let Err(e) = Self::execute_script_from_path(&self.post_bench_script) { |
| 79 | debug!("Failed to execute post-bench script: {e}"); |
| 80 | } |
| 81 | } |
| 82 | } |
| 83 | |
| 84 | pub struct WallTimeExecutor { |
nothing calls this directly
no outgoing calls
no test coverage detected