Table of Contents

Class StudioRunInsightsService

Namespace
Cress.Studio.Services
Assembly
Cress.Execution.dll
public sealed class StudioRunInsightsService
Inheritance
StudioRunInsightsService
Inherited Members

Methods

Analyze(ProjectCatalog, IReadOnlyList<StoredRunResult>)

public StudioRunInsights Analyze(ProjectCatalog catalog, IReadOnlyList<StoredRunResult> runs)

Parameters

catalog ProjectCatalog
runs IReadOnlyList<StoredRunResult>

Returns

StudioRunInsights

Analyze(ProjectCatalog, IReadOnlyList<StoredRunResult>, FlakeConfig)

public StudioRunInsights Analyze(ProjectCatalog catalog, IReadOnlyList<StoredRunResult> runs, FlakeConfig flakeConfig)

Parameters

catalog ProjectCatalog
runs IReadOnlyList<StoredRunResult>
flakeConfig FlakeConfig

Returns

StudioRunInsights

Compare(StoredRunResult?, StoredRunResult?)

public StudioRunComparison Compare(StoredRunResult? current, StoredRunResult? previous)

Parameters

current StoredRunResult
previous StoredRunResult

Returns

StudioRunComparison