Data files in cpp-stat-bench (version 4)#
JSON schema of data files written by cpp-stat-bench library (version 4).
Properties#
started_at
(string, required): Time when this benchmark execution started.finished_at
(string, required): Time when this benchmark execution finished.measurements
(array, required): List of information of measurements of time.Items (object): Information of a measurement of time.
group_name
(string, required): Name of the group in the benchmark.case_name
(string, required): Name of the case in the benchmark.measurement_type
(string, required): Name of the measurement type.iterations
(integer, required): Number of iterations in each iteration.custom_outputs
(array, required): List of user-specified outputs.custom_stat_outputs
(array, required): List of user-specified outputs with statistics.