summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2016-11-10 13:33:22 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2016-11-10 13:33:22 +0000
commit456923e4d89ea030abff52502708a74606725804 (patch)
tree9ac3a18f7714ffcc12497b4f565202c04d2f4869
parent8f68db069dda9c2528fb1041740e296e1c272785 (diff)
Fix URL for specjbb results
Was missing JDK version in URL.
-rwxr-xr-xspecjbb-report2
1 files changed, 1 insertions, 1 deletions
diff --git a/specjbb-report b/specjbb-report
index 324b3c4..d503990 100755
--- a/specjbb-report
+++ b/specjbb-report
@@ -29,7 +29,7 @@ server_critical_jops_today=$(print-speedup critical_jops)
x=$(printf "%.2f" $(echo "scale=10; $server_max_jops_today / 1.0" | bc))
y=$(printf "%.2f" $(echo "scale=10; $server_critical_jops_today / 1.0" | bc))
-people_link="http://openjdk.linaro.org/$(basename $(dirname $RESULTS_CSV))/"
+people_link="http://openjdk.linaro.org/jdk${JDK_VERSION}/$(basename $(dirname $RESULTS_CSV))/"
echo "SPECjbb2013 composite regression test completed"
echo "==============================================="