Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit f187b59

Browse files
committed
Uses the correct suite name.
1 parent cadea52 commit f187b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function run(suite, cb) {
6969
log('---'
7070
,'\nFastest:', fastest(this).join(', ')
7171
,'\nSlowest:', slowest(this).join(', '))
72-
if (cb) cb(results, bench)
72+
if (cb) cb(results, suite)
7373

7474
running = null
7575
var next = queue.shift()

0 commit comments

Comments
 (0)