|
9 | 9 | parallel = int(sys.argv[3])
|
10 | 10 |
|
11 | 11 | projects = {
|
12 | | - "./benchmark/commanderjs": [ |
| 12 | + "./benchmark/commanderjs/lib": [ |
13 | 13 | "./benchmark/commanderjs/lib/argument.js",
|
14 | 14 | "./benchmark/commanderjs/lib/help.js",
|
15 | 15 | "./benchmark/commanderjs/lib/option.js",
|
16 | 16 | "./benchmark/commanderjs/lib/suggestSimilar.js"
|
17 | 17 | ],
|
18 | | - "./benchmark/express": [ |
| 18 | + "./benchmark/express/lib": [ |
19 | 19 | "./benchmark/express/lib/application.js",
|
20 | 20 | "./benchmark/express/lib/middleware/init.js",
|
21 | 21 | "./benchmark/express/lib/middleware/query.js",
|
|
26 | 26 | "./benchmark/express/lib/utils.js",
|
27 | 27 | "./benchmark/express/lib/view.js"
|
28 | 28 | ],
|
29 | | - "./benchmark/javascript-algorithms": [ |
| 29 | + "./benchmark/javascript-algorithms/src": [ |
30 | 30 | "./benchmark/javascript-algorithms/src/algorithms/cryptography/hill-cipher/hillCipher.js",
|
31 | 31 | "./benchmark/javascript-algorithms/src/algorithms/cryptography/rail-fence-cipher/railFenceCipher.js",
|
32 | 32 | "./benchmark/javascript-algorithms/src/algorithms/graph/articulation-points/articulationPoints.js",
|
|
107 | 107 | "./benchmark/artificial/performOperationProblem.js",
|
108 | 108 | "./benchmark/artificial/triangleProblem.js",
|
109 | 109 | ],
|
110 | | - "./benchmark/moment": [ |
| 110 | + "./benchmark/moment/src": [ |
111 | 111 | "./benchmark/moment/src/lib/moment/add-subtract.js",
|
112 | 112 | "./benchmark/moment/src/lib/moment/calendar.js",
|
113 | 113 | "./benchmark/moment/src/lib/create/check-overflow.js",
|
|
0 commit comments