You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Sami Vaarala 1c0686c43d Add harness and 'shell' for Kraken benchmark 9 years ago
..
README.rst Add harness and 'shell' for Kraken benchmark 9 years ago
kraken_duk.py Add harness and 'shell' for Kraken benchmark 9 years ago
kraken_harness.js Add harness and 'shell' for Kraken benchmark 9 years ago

README.rst

================
Kraken benchmark
================

Download a Kraken snapshot and unpack it, for example:

* http://hg.mozilla.org/projects/kraken/file/e119421cb325

Then use ``kraken_duk.py`` as the test driver; for now::

$ cd kraken-e119421cb325
$ cp ../kraken_duk.py ../kraken_harness.js . # some path assumptions
$ cp /path/to/my/duk duk # hardcoded assumption in kraken_duk.py now
$ ./sunspider --shell ./kraken_duk.py --suite kraken-1.0 --runs 10