API Reference
Class
BenchmarkCrosswalkResult
Contains a deterministic cross-version comparison between two benchmark packs.
Inheritance
- Object
- BenchmarkCrosswalkResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public BenchmarkCrosswalkResult() #Inherited Methods
Properties
public String SourcePackId { get; set; } #Gets or sets the source pack ID.
public String SourcePackHash { get; set; } #Gets or sets the source pack content hash.
public String TargetPackId { get; set; } #Gets or sets the target pack ID.
public String TargetPackHash { get; set; } #Gets or sets the target pack content hash.
public List<BenchmarkCrosswalkEntry> Entries { get; set; } #Gets or sets canonical mapping entries.