Skip to content

Commit

Permalink
Modernize the corpus for the performance tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Oct 6, 2012
1 parent b11745a commit a0511bb
Show file tree
Hide file tree
Showing 17 changed files with 65,101 additions and 51,301 deletions.
21 changes: 0 additions & 21 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,18 +325,6 @@ <h4 id="benchmark">Benchmark tests</h4>

<pre class="prettyprint lang-bsh">/path/to/v8/shell test/benchmark.js</pre>

<p>The current corpus for the benchmarks:</p>

<ul>
<li>jQuery (version 1.7.1 and 1.6.4)</li>
<li>jQuery Mobile (version 1.0)</li>
<li>Prototype (version 1.7.0.0 and 1.6.1)</li>
<li>Ext Core (version 3.1.0 and 3.0.0)</li>
<li>MooTools (version 1.4.1 and 1.3.2)</li>
<li>Backbone (version 0.5.3)</li>
<li>Underscore (version 1.2.3)</li>
</ul>

<h4>Speed comparison tests</h4>

<p>Available by opening <code>test/compare.html</code>. The online version is <a href="http://esprima.org/test/compare.html">esprima.org/test/compare.html</a>.</p>
Expand All @@ -345,15 +333,6 @@ <h4>Speed comparison tests</h4>

<p><strong>Warning</strong>: Since each parser has a different format for the syntax tree, the speed is not fully comparable (the cost of constructing different result is not taken into account). These tests exist only to ensure that Esprima parser is not ridiculously slow, e.g. one magnitude slower compare to other parsers.</p>

<p>The current corpus for the speed comparison tests:</p>

<ul>
<li>jQuery version 1.7.1</li>
<li>Prototype version 1.7.0.0</li>
<li>MooTools version 1.4.1</li>
<li>Ext Core version 3.1.0</li>
</ul>

<h4>Manual tests</h4>

<p><strong>Code parser</strong></p>
Expand Down
Loading

0 comments on commit a0511bb

Please sign in to comment.