mirror of https://github.com/svaarala/duktape.git
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
|
9 years ago | |
---|---|---|
.. | ||
README.rst | 9 years ago | |
kraken_duk.py | 9 years ago | |
kraken_harness.js | 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