All examples By author By category About

stepheneb

Simple JavaScript benchmarking tool

Simple Benchmarking Tool

See this example live

Runs benchmarks and generates the results in a table.

Setup benchmarks to run in an array of objects with two properties:

Start the benchmarks by passing the table element where the results are to be placed and an array of benchmarks to run.

Here's another example where this benchmarking tool is used: Simple Molecules

source: gist.github.com/gists/1364172