Skip to content

Instantly share code, notes, and snippets.

View schlenks's full-sized avatar
😁
yolo

doug schlenker schlenks

😁
yolo
View GitHub Profile
'use strict';
// dependencies
var Benchmark = require('benchmark');
var benchmarks = require('beautify-benchmark');
var chalk = require('chalk');
var fs = require('fs');
// test
// var json = fs.readFileSync('fixture.json').toString();