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

Enum ExecutorName

src/executor/interfaces.rs:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#[derive(Deserialize, Serialize, Debug, Clone, PartialEq, Eq, Hash)]
6#[serde(rename_all = "lowercase")]
7pub enum ExecutorName {
8 Valgrind,
9 WallTime,
10 Memory,
11}
12
13impl fmt::Display for ExecutorName {
14 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected