https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 1a4d31e18e4d05faf84f5783f8f5700076fcc560 authored by ffxbld on 14 July 2015, 20:18:11 UTC
No bug, Automated blocklist update from host bld-linux64-spot-305 - a=blocklist-update
Tip revision: 1a4d31e
README.txt
# 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.
back to top