<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - JetStream should include a JavaScript version of the CDx real-time benchmark"
   href="https://bugs.webkit.org/show_bug.cgi?id=146156">146156</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>JetStream should include a JavaScript version of the CDx real-time benchmark
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>528+ (Nightly build)
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Tools / Tests
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>fpizlo&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>JetStream tries to emphasize latency.  Our current latency testing story involves code load tests, short-running tests that offer only small opportunities for warm-up, and tests that measure performance above the 95th percentile.

In academia, there is a test that was used a lot for Real Time Java.  It's called CDx.  It's a simple aircraft collision detection simulation.  It was used in my dissertation and some of my academic papers, and I was one of the co-authors of this original test.  Here's the benchmark URL:

<a href="https://www.cs.purdue.edu/sss/projects/cdx/">https://www.cs.purdue.edu/sss/projects/cdx/</a>

Here are some of the publications based on this benchmark:

<a href="https://www.cs.purdue.edu/sss/projects/cdx/publications/">https://www.cs.purdue.edu/sss/projects/cdx/publications/</a>

CDx is meant to be easy to implement in different languages.  It has a C implementation, for example.  We should port it to JavaScript, add it to JetStream as a 95th percentile worst-case test, and retire whatever SunSpider test is least useful (probably cordic, since it's so tiny).</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>