Skip to content

Commit 2063024

Browse files
committed
fix: export timeRepo
1 parent 2a9de81 commit 2063024

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/time.js

+1
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,6 @@ const timeAndReport = (algos, args, runs, id) =>
104104
parseResult(timeRepo(algos, args, runs, id))
105105

106106
module.exports = {
107+
timeRepo,
107108
timeAndReport
108109
}

0 commit comments

Comments
 (0)