## Benchmark

To run the benchmark, make sure you have the correct modules installed. We are using `benchmarkjs` as our benchmark engine. So make sure you have the following modules installed.

    npm install benchmark
    npm install microtime
  
To be able to run the benchmark code. Benchmarking should be executed on the latest Node.js versions. Want to have your own driver added to this benchmark? Make sure it's available in `npm`, fork this code, add your own module and issue a `pull request`.