Skip to content

Commit

Permalink
PLANNER-473 Make it clear that the statistic show the median score
Browse files Browse the repository at this point in the history
  • Loading branch information
ge0ffrey committed Nov 4, 2015
1 parent e9044d1 commit 13cb4d2
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -536,6 +536,9 @@
</#if>
</p>
<#if problemBenchmarkResult.hasAnySuccess() && problemBenchmarkResult.hasAnyStatistic()>
<#if problemBenchmarkResult.getMaximumSubSingleCount() gt 1 >
<p>Only the median sub single run of each solver is shown in the statistics below.</p>
</#if>
<div class="tabbable">
<ul class="nav nav-tabs">
<#assign firstRow = true>
Expand Down

0 comments on commit 13cb4d2

Please sign in to comment.