Mrcv::Search::SearchResult
Encapsulates the complete empirical result of testing a project target against compiler releases.
Constructors
new(target : Core::ProjectTarget, mode : Core::ExecutionMode, floor_version : Core::Version | Nil, ranges : Array(MatrixRange), matrix : Hash(Core::Version, Core::ExecutionResult), failing_versions : Array(Core::Version), duration_ms : Int64, contiguity_score : Int32, sweep_performed : Bool = false)
SourceInstance methods
contiguity_score
Sourceduration_ms
Sourcefailing_versions
Sourcefloor_version
Sourcematrix
Sourcemode
Sourceranges
Sourceresult_for(version : Core::Version) : Core::ExecutionResult | Nil
Retrieves the ExecutionResult for a specific compiler version, if tested.
sweep_performed?
Sourcetarget
Source