MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / drop

Method drop

src/executor/wall_time/executor.rs:77–81  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

75
76impl 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
84pub struct WallTimeExecutor {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected