From 13cb4d2e72ca5c6e402125c2c7d163398af6bb26 Mon Sep 17 00:00:00 2001 From: Geoffrey De Smet Date: Wed, 4 Nov 2015 09:24:00 +0100 Subject: [PATCH] PLANNER-473 Make it clear that the statistic show the median score --- .../optaplanner/benchmark/impl/report/benchmarkReport.html.ftl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/optaplanner-benchmark/src/main/resources/org/optaplanner/benchmark/impl/report/benchmarkReport.html.ftl b/optaplanner-benchmark/src/main/resources/org/optaplanner/benchmark/impl/report/benchmarkReport.html.ftl index 2489eefd7f0..ab1c2794cee 100644 --- a/optaplanner-benchmark/src/main/resources/org/optaplanner/benchmark/impl/report/benchmarkReport.html.ftl +++ b/optaplanner-benchmark/src/main/resources/org/optaplanner/benchmark/impl/report/benchmarkReport.html.ftl @@ -536,6 +536,9 @@

<#if problemBenchmarkResult.hasAnySuccess() && problemBenchmarkResult.hasAnyStatistic()> + <#if problemBenchmarkResult.getMaximumSubSingleCount() gt 1 > +

Only the median sub single run of each solver is shown in the statistics below.

+