Skip to content

Commit c09f4a6

Browse files
committed
Default Aggregation Type To Medium if not specified
1 parent 80afdbc commit c09f4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnityPerformanceBenchmarkReporter/Entities/SampleGroup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class SampleGroupDefinition
2424
{
2525
public string Name;
2626
public SampleUnit SampleUnit;
27-
public AggregationType AggregationType;
27+
public AggregationType AggregationType = AggregationType.Median;
2828
public double Threshold;
2929
public bool IncreaseIsBetter;
3030
public double Percentile;

0 commit comments

Comments
 (0)