This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Benchmark = require('benchmark'); | |
var fse = require('fs-extra'); // this is an npm link to local version of node-fs-extra | |
var path = require('path'); | |
var async = require('async'); | |
var suites = { | |
'Asynchronous': new Benchmark.Suite, | |
'Synchronous': new Benchmark.Suite |