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

Class FifoBenchmarkData

src/executor/shared/fifo.rs:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68pub struct FifoBenchmarkData {
69 /// Name and version of the integration
70 pub integration: Option<(String, String)>,
71 pub bench_pids: HashSet<pid_t>,
72}
73
74impl FifoBenchmarkData {
75 pub fn is_exec_harness(&self) -> bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected