BuildBox.FileFormat.BuildResults
Documentation
data BuildResults Source
A simple build results file format.
Constructors
BuildResults | |
Fields |
Instances
mergeResults :: [BuildResults] -> BuildResultsSource
Merge some BuildResults.
If we have data for a named benchmark in multiple BuildResults
,
then we take the first one in the list.
The resultTime and environment is taken from the last BuildResults
,
in the list.