aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-04-13 17:19:08 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2018-04-13 17:19:08 +0100
commitb3f8b48b0c932e628332eda749b9ed42aa41a323 (patch)
tree33ca6b0afed0c4ec860201129bfa3a30b8c87118
parent1b672f2e6c7e763f18285ea36653b6ba772e8081 (diff)
Add test10u.htm file
Need this to link to the jdk10u output. Change-Id: Iea0e2fc5fa91095833f64528c8dd7d4d7582019f
-rw-r--r--test10u.htm35
1 files changed, 35 insertions, 0 deletions
diff --git a/test10u.htm b/test10u.htm
new file mode 100644
index 0000000..536a2a9
--- /dev/null
+++ b/test10u.htm
@@ -0,0 +1,35 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+<HEAD>
+<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1">
+<title>Engineering Releases for AARCH64</title>
+</HEAD>
+<BODY bgcolor=#ffffff>
+<h2>Nightly Test Results</h2>
+The following are the results of the nightly testing we perform on OpenJDK10u. The primary purpose of our overnight testing is to test for regressions in any code that is checked into the JDK10u code base. Whenever a change is checked into the AARCH64 OpenJDK10u source the nightly test rebuild both client and server versions of OpenJDK10u and runs the tests below. The complete build and test cycle takes approximately 20 hours so results are usually published at about 20:00 UTC the following day.
+<ul>
+<li><a href="jdk10u/openjdk-jtreg-nightly-tests">JTReg Test Results</a>
+<li><a href="jdk10u/jcstress-nightly-runs">JCStress Test Results</a>
+<li><a href="jdk10u/SPECjbb2015-results">SPECjbb2015 Results</a>
+<li><a href="jdk10u/hadoop-terasort-benchmark-results">Hadoop Results<a>
+</ul>
+<p>The following is a brief description of each of the above tests
+<dl>
+<dt>JTreg
+<dd>JTReg is the standard Java Test Regression test suite and contains three components, hotspot, langtools and jdk which test the corresponding components in the JDK. In total there are over 8500 individual unit tests in the JTReg test suite. We test both the client and server compilers against the JTReg test suite.
+</dl>
+<dl>
+<dt>JCStress
+<dd>JCStress is a test suite designed to stress test the atomic and synchronisation primitives of the JDK. The test suite contains over 11500 individual tests and runs for over 12 hours as part of the overnight testing. This test suite has been extremely useful and has shown up a number of rare and difficult to find problems.
+</dl>
+<dl>
+<dt>SPECjbb2015
+<dd>SPECjbb2015 is a commercial benchmark from the SPEC Corporation. It models a transaction management system and measures the response times under increasing workloads. It is widely used so we chose this as one of our standard benchmarks to test for performance regression.
+</dl>
+<dl>
+<dt>Hadoop
+<dd>We choose Hadoop as an industry standard enterprise application to test for any performance regressions. Terasort is an industry standard benchmark for Hadoop.
+</dl>
+<p>Note: For the SPECjbb2015 and Hadoop benchmarks we publish relative performance figures. The baseline against which they were originally run is no longer meaningful, so changes to the performance figure are all that matter.
+</body>
+</html>