series property

List<MeasurementSeries> series
final

The measurement series contained in the benchmark.

For example, a single benchmark can have one set of data for CPU usage, and another set of data for GPU usage, or memory usage.

By having these data points together in one benchmark, users can more easily see the whole picture.

Implementation

final List<MeasurementSeries> series;