Skip to content

Instantly share code, notes, and snippets.

View marmotz's full-sized avatar

Renaud LITTOLFF marmotz

  • Var, France
  • 18:21 (UTC +02:00)
  • X @marmotz
View GitHub Profile
@marmotz
marmotz / bencher.js
Last active December 27, 2015 11:09
VERY simple benchmarker for code. Produce a light report on console.
/**
* VERY simple benchmarker for code.
* Produce a light report on console.
*
* USAGE:
*
* Bencher.get('a bench description').start();
*
* // code here
*