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