File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ const { fork, spawn } = require('child_process')
66const File = require ( './_internal/File' )
77const findAllFilePaths = require ( './_internal/findAllFilePaths' )
88const 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>
1411const 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
You can’t perform that action at this time.
0 commit comments