TestimoX

API Reference

Class

BenchmarkPackFreshnessService

Namespace TestimoX.Benchmarks.Sources
Assembly TestimoX
Modifiers static

Compares installed native packs to the current product-neutral source allow-list.

Inheritance

  • Object
  • BenchmarkPackFreshnessService

Methods

GetStatus 2 overloads
public static IReadOnlyList<BenchmarkPackFreshness> GetStatus(BenchmarkPackStore store) #
Returns: IReadOnlyList<BenchmarkPackFreshness>

Returns current-source status for every supported product generation.

Parameters

store TestimoX.Benchmarks.BenchmarkPackStore requiredposition: 0
public static IReadOnlyList<BenchmarkPackFreshness> GetStatus(BenchmarkPackStore store, Nullable<BenchmarkProductFamily> family) #
Returns: IReadOnlyList<BenchmarkPackFreshness>

Returns current-source status for every supported generation in one optional product family.

Parameters

store TestimoX.Benchmarks.BenchmarkPackStore requiredposition: 0
family System.Nullable{TestimoX.Benchmarks.BenchmarkProductFamily} requiredposition: 1