Skip to content

Commit 318901e

Browse files
committed
only benchmark rubico
1 parent c293f1d commit 318901e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

bench

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ const { fork, spawn } = require('child_process')
66
const File = require('./_internal/File')
77
const findAllFilePaths = require('./_internal/findAllFilePaths')
88
const package = require('./package.json')
9-
const ramdaPackage = require('./node_modules/ramda/package.json')
10-
const lodashPackage = require('./node_modules/lodash/package.json')
11-
const asyncPackage = require('./node_modules/async/package.json')
129

1310
// sortBenchmarkFilePaths(paths Array<string>) -> sorted Array<string>
1411
const sortBenchmarkFilePaths = function (paths) {
@@ -32,9 +29,6 @@ const bench = async function (options = {}) {
3229
`OS ${os.release()}`,
3330
`NodeJS ${process.version}`,
3431
`rubico v${package.version}`,
35-
`ramda v${ramdaPackage.version}`,
36-
`lodash/fp v${lodashPackage.version}`,
37-
`async v${asyncPackage.version}`,
3832
].join('\n')
3933
write(systemInfo + '\n\n')
4034

0 commit comments

Comments
 (0)