Get desktop application:
View/edit binary Protocol Buffers messages
The initial request for analysis must both the raw data (observations from real benchmarking), and the analysis parameters. Later messages inherit the last `raw_data` or parameters, and usually only include the parameters.
Analysis parameters (returned by `exact_test._group_statistics_in_plan`), pickled into a byte array.
An analysis request receives a stream of result sets as a response. A `ResultSet` is a set of `StatisticValues`, where each reports a bag of simulated Monte Carlo values for a given `statistic_name`.
(message has no fields)
(message has no fields)
A RawData message represents values observed during real benchmarking, for two different implementations (A and B). Best practices would have use wrap the `uint64` values in a message for extensibility, but we expect these repeated fields to be relatively large (thousands of values).
Used in:
Values observed for the A class.
Values observed for the B class.
Used in: