API Reference
Class
BenchmarkRolloutCompiler
Validates and expands rollout plans without performing any target writes.
Inheritance
- Object
- BenchmarkRolloutCompiler
Methods
public static BenchmarkDeploymentManifest Compile(BenchmarkRolloutPlan plan, BenchmarkPack pack) #Returns:
BenchmarkDeploymentManifestCompiles a rollout plan against the exact selected benchmark pack.
Parameters
- plan TestimoX.Benchmarks.Deployment.BenchmarkRolloutPlan
- pack TestimoX.Benchmarks.BenchmarkPack
public static Void ValidatePlan(BenchmarkRolloutPlan plan) #Returns:
VoidValidates a rollout plan independently of an installed pack.
Parameters
- plan TestimoX.Benchmarks.Deployment.BenchmarkRolloutPlan