summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2016-10-31 14:43:21 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2016-10-31 14:43:21 +0000
commitc8333bd42adf8b2eef1dfaf87a09884bef813195 (patch)
tree2a7bb708a40d31709fb409f24d957c2dcf2e5527
parentd66f6207080337015c7f877e3a8a0334580e8183 (diff)
jdk: Fix link in report
Report hyperlink should include new level of indirection.
-rwxr-xr-xbenchmark-terasort-report2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark-terasort-report b/benchmark-terasort-report
index f645fa0..98d3538 100755
--- a/benchmark-terasort-report
+++ b/benchmark-terasort-report
@@ -33,7 +33,7 @@ y=$(echo "scale=10; $server_today / ${SERVER_BASELINE}" | bc)
client_today_vs_client_baseline=$(printf "%.02f" $x)
server_today_vs_server_baseline=$(printf "%.02f" $y)
-people_link="http://openjdk.linaro.org/hadoop-terasort-benchmark-results/"
+people_link="http://openjdk.linaro.org/$JDK_VERSION/hadoop-terasort-benchmark-results/"
echo "Regression test Hadoop-Terasort completed"
echo "========================================="