js/src/parjs-benchmarks/README.txt

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 # Parallel JS Benchmarks
     3 This is a preliminary benchmark suite for Parallel JS.  Each test is
     4 intended to test various aspects of the engine, as described below.
     5 The set of tests is very preliminary and is expected to grow and
     6 eventually include more real-world examples.
     8 To run the tests, do something like:
    10     parjs-benchmarks/run.sh build-opt/js parjs-benchmarks/*.js
    12 Where `build-opt/js` is the path to your shell.
    14 # The tests
    16 - Mandelbrot: A test of embarassingly parallel arithmetic.  Exercises
    17   the comprehension form of 2D parallel arrays.
    18 - Allocator: A test of parallel allocation.

mercurial