TestimoX

API Reference

Enum

BenchmarkCrosswalkRelationship

Namespace TestimoX.Benchmarks.Crosswalk
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Describes how a canonical setting is represented between two benchmark packs.

Inheritance

  • Enum
  • BenchmarkCrosswalkRelationship

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const BenchmarkCrosswalkRelationship Equivalent #

One recommendation in each pack addresses the canonical setting.

Value: 0
public const BenchmarkCrosswalkRelationship Split #

One source recommendation is represented by multiple target recommendations.

Value: 1
public const BenchmarkCrosswalkRelationship Merged #

Multiple source recommendations are represented by one target recommendation.

Value: 2
public const BenchmarkCrosswalkRelationship ManyToMany #

Multiple recommendations exist on both sides and require explicit review.

Value: 3
public const BenchmarkCrosswalkRelationship Added #

The canonical setting exists only in the target pack.

Value: 4
public const BenchmarkCrosswalkRelationship Removed #

The canonical setting exists only in the source pack.

Value: 5
public const BenchmarkCrosswalkRelationship Unmapped #

The recommendation has no stable technical identity and cannot be matched automatically.

Value: 6