gecko-dev/js/src/parjs-benchmarks
2013-06-12 22:17:30 -04:00
..
allocator.js
edges.js Bug 872352 - Simplify edges/liquid-resize benchmarks rs=tests 2013-06-12 22:17:30 -04:00
liquid-resize-par.js Bug 872352 - Simplify edges/liquid-resize benchmarks rs=tests 2013-06-12 22:17:30 -04:00
liquid-resize.js Bug 872352 - Simplify edges/liquid-resize benchmarks rs=tests 2013-06-12 22:17:30 -04:00
mandelbrot.js
nbody-seeded.js
README.txt
rectarray.js
run.sh Bug 872352 - Simplify edges/liquid-resize benchmarks rs=tests 2013-06-12 22:17:30 -04:00
seedrandom.js
util.js Bug 872352 - Simplify edges/liquid-resize benchmarks rs=tests 2013-06-12 22:17:30 -04:00

# Parallel JS Benchmarks

This is a preliminary benchmark suite for Parallel JS.  Each test is
intended to test various aspects of the engine, as described below.
The set of tests is very preliminary and is expected to grow and
eventually include more real-world examples.

To run the tests, do something like:

    parjs-benchmarks/run.sh build-opt/js parjs-benchmarks/*.js

Where `build-opt/js` is the path to your shell.

# The tests

- Mandelbrot: A test of embarassingly parallel arithmetic.  Exercises
  the comprehension form of 2D parallel arrays.
- Allocator: A test of parallel allocation.