TestimoX

API Reference

Class

BenchmarkRolloutCompiler

Namespace TestimoX.Benchmarks.Deployment
Assembly TestimoX
Modifiers static

Validates and expands rollout plans without performing any target writes.

Inheritance

  • Object
  • BenchmarkRolloutCompiler

Methods

public static BenchmarkDeploymentManifest Compile(BenchmarkRolloutPlan plan, BenchmarkPack pack) #
Returns: BenchmarkDeploymentManifest

Compiles a rollout plan against the exact selected benchmark pack.

Parameters

plan TestimoX.Benchmarks.Deployment.BenchmarkRolloutPlan requiredposition: 0
pack TestimoX.Benchmarks.BenchmarkPack requiredposition: 1
public static Void ValidatePlan(BenchmarkRolloutPlan plan) #
Returns: Void

Validates a rollout plan independently of an installed pack.

Parameters

plan TestimoX.Benchmarks.Deployment.BenchmarkRolloutPlan requiredposition: 0