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