TestimoX

API Reference

Enum

BenchmarkOperation

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

Defines the operation performed by the compact benchmark invocation surface.

Inheritance

  • Enum
  • BenchmarkOperation

Usage

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

Values

public const BenchmarkOperation Assess #

Collect evidence without changing the target.

Value: 0
public const BenchmarkOperation Apply #

Apply selected desired settings through a governed transaction.

Value: 1
public const BenchmarkOperation Export #

Export desired state for another deployment system.

Value: 2