6
edits
(update directions to run the kraken benchmark) |
(update kraken benchmark link) |
||
Line 1: | Line 1: | ||
'''Kraken''' is a JavaScript performance benchmark [https://blog.mozilla.org/blog/2010/09/14/release-the-kraken-2/ created by Mozilla] that measures the speed of several different test cases extracted from real-world applications and libraries. | '''Kraken''' is a JavaScript performance benchmark [https://blog.mozilla.org/blog/2010/09/14/release-the-kraken-2/ created by Mozilla] that measures the speed of several different test cases extracted from real-world applications and libraries. | ||
* Run the benchmark: "git clone https://github.com/mozilla-it/krakenbenchmark.mozilla.org.git" then "cd krakenbenchmark.mozilla.org/hosted && python -m http.server" | * Run the benchmark: https://mozilla.github.io/krakenbenchmark.mozilla.org/index.html | ||
"git clone https://github.com/mozilla-it/krakenbenchmark.mozilla.org.git" then "cd krakenbenchmark.mozilla.org/hosted && python -m http.server" | |||
* Source code: http://hg.mozilla.org/projects/kraken/ | * Source code: http://hg.mozilla.org/projects/kraken/ | ||
edits