Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodSpeedHQ/codspeed
/ CompareRunsResponse
Class
CompareRunsResponse
src/api_client.rs:283–285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
281
}
282
283
pub struct CompareRunsResponse {
284
pub comparison: CompareRunsComparison,
285
}
286
287
pub enum CompareRunsOutcome {
288
Success(CompareRunsResponse),
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected