Share via


LoadTestRun.TestRunStatistics Property

Definition

Test run statistics. Key is the sampler name and value is the set of statistics for performance metrics like response time, throughput, etc. from the load test run. The sampler name is the same as the name mentioned in the test script. Sampler name "Total" represents the aggregated statistics of all the samplers.

public System.Collections.Generic.IReadOnlyDictionary<string,Azure.Developer.LoadTesting.TestRunStatistics> TestRunStatistics { get; }
member this.TestRunStatistics : System.Collections.Generic.IReadOnlyDictionary<string, Azure.Developer.LoadTesting.TestRunStatistics>
Public ReadOnly Property TestRunStatistics As IReadOnlyDictionary(Of String, TestRunStatistics)

Property Value

Applies to