Author: Stephan <[email protected]>
Branch: 
Changeset: r261:15b70ffd88ae
Date: 2012-06-06 12:28 +0200
http://bitbucket.org/pypy/lang-js/changeset/15b70ffd88ae/

Log:    enabled earley-boyer benchmark

diff --git a/js/bench/v8/v1/run.js b/js/bench/v8/v1/run.js
--- a/js/bench/v8/v1/run.js
+++ b/js/bench/v8/v1/run.js
@@ -32,7 +32,7 @@
 load('deltablue.js');
 load('crypto.js');
 //load('raytrace.js');
-//load('earley-boyer.js');
+load('earley-boyer.js');
 
 
 function PrintResult(name, result) {
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to