Expand description
Std adapters for perfgate.
In clean-arch terms: this is where we touch the world.
Structs§
- Command
Spec - Command to execute.
- Fake
Process Runner - A process runner that returns pre-configured results for specific commands.
- Host
Probe Options - RunResult
- Result of a single execution.
- StdHost
Probe - StdProcess
Runner - Standard process runner using std::process::Command.
Enums§
Traits§
- Host
Probe - Host fingerprinting and metadata collection.
- Process
Runner