Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 540 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 540 Bytes

RunBenchmark

Tiny Library for the benchmark of javascript code.

Features

  • Easy
  • Fast
  • Compact
  • No dependencies

Samples

To view the full details, run the Example.html file.

Execution Time
benchmark(function,...parameters);
Average Execution Time
benchmarks
(
  benchmark(function,...parameters),
  benchmark(function,...parameters),
  benchmark(function,...parameters),
  benchmark(function,...parameters),
  ...
);