aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-06-29 09:56:16 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2018-06-29 09:56:16 +0100
commit15c67e85f687fef2bee89a2a0268a00d56bc5393 (patch)
tree98bb6976497b960e99f5f636d0ba22dfa32e92b8
parent78eac8c3a4905e4a0894d5f690abdf7b02b60b03 (diff)
Add missing test.htm file
There needs to be a test.htm file. Change-Id: I55fc5cec4f4ac500304955fbacb02358636a4227
-rw-r--r--test11.htm35
1 files changed, 35 insertions, 0 deletions
diff --git a/test11.htm b/test11.htm
new file mode 100644
index 0000000..bdfdf62
--- /dev/null
+++ b/test11.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 OpenJDK11. The primary purpose of our overnight testing is to test for regressions in any code that is checked into the JDK11 code base. Whenever a change is checked into the AARCH64 OpenJDK11 source the nightly test rebuild both client and server versions of OpenJDK11 and runs the tests below. The complete build and test cycle takes approximately 36 hours.
+<ul>
+<li><a href="jdk11/openjdk-jtreg-nightly-tests">JTReg Test Results</a>
+<li><a href="jdk11/jcstress-nightly-runs">JCStress Test Results</a>
+<li><a href="jdk11/SPECjbb2015-results">SPECjbb2015 Results</a>
+<li><a href="jdk11/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>