Skip to content
This repository was archived by the owner on Apr 16, 2020. It is now read-only.

Commit 7d0a1fd

Browse files
committed
using benchmark-async instead of benchmark
1 parent a658e66 commit 7d0a1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require('colors')
44
const mapSeries = require('async/mapSeries')
5-
const Benchmark = require('benchmark')
5+
const Benchmark = require('benchmark-async')
66
const os = require('os')
77

88
const suites = require('./suites')

0 commit comments

Comments
 (0)