[pypy-commit] lang-js default: add crypto.js benchmark

stepahn noreply at buildbot.pypy.org
Wed May 18 19:28:01 CEST 2011


Author: Stephan <stephan at stzal.com>
Branch: 
Changeset: r85:596cf2fe74bc
Date: 2011-05-18 19:36 +0200
http://bitbucket.org/pypy/lang-js/changeset/596cf2fe74bc/

Log:	add crypto.js 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
@@ -29,7 +29,7 @@
 load('base.js');
 load('richards.js');
 load('deltablue.js');
-//load('crypto.js');
+load('crypto.js');
 //load('raytrace.js');
 //load('earley-boyer.js');
 


More information about the pypy-commit mailing list