namespace StellaOps.Bench.LinkNotMerge.Vex; internal sealed record VexScenarioExecutionResult( IReadOnlyList TotalDurationsMs, IReadOnlyList InsertDurationsMs, IReadOnlyList CorrelationDurationsMs, IReadOnlyList AllocatedMb, IReadOnlyList ObservationThroughputsPerSecond, IReadOnlyList EventThroughputsPerSecond, int ObservationCount, int AliasGroups, int StatementCount, int EventCount, VexAggregationResult AggregationResult);