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

Enum BenchmarkReportStatus

src/api_client.rs:218–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216
217#[derive(Deserialize, Serialize, Debug, Clone, PartialEq)]
218pub enum BenchmarkReportStatus {
219 Improvement,
220 Missing,
221 New,
222 NoChange,
223 Regression,
224}
225
226impl Display for BenchmarkReportStatus {
227 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected