Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4e6d729

Browse files
fix: update experiment runner
1 parent e7e0877 commit 4e6d729

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

‎.syntest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"target-root-directory": "./benchmark/javascript-algorithms",
33
"target-include": [
4-
"./benchmark/javascript-algorithms/src/algorithms/cryptography/hill-cipher/hillCipher.js"
4+
"./benchmark/javascript-algorithms/src/algorithms/graph/floyd-warshall/floydWarshall.js"
55
],
66
"analysis-include": [
77
"./benchmark/javascript-algorithms/**/*.js"
88
],
99
"analysis-exclude": [
10+
"./**/test.js",
1011
"./**/*.test.js",
1112
"./**/test/**/*.*",
1213
"./**/node_modules/**/*.*"

‎run_experiment.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
parallel = int(sys.argv[3])
1010

1111
projects = {
12-
"./benchmark/commanderjs": [
12+
"./benchmark/commanderjs/lib": [
1313
"./benchmark/commanderjs/lib/argument.js",
1414
"./benchmark/commanderjs/lib/help.js",
1515
"./benchmark/commanderjs/lib/option.js",
1616
"./benchmark/commanderjs/lib/suggestSimilar.js"
1717
],
18-
"./benchmark/express": [
18+
"./benchmark/express/lib": [
1919
"./benchmark/express/lib/application.js",
2020
"./benchmark/express/lib/middleware/init.js",
2121
"./benchmark/express/lib/middleware/query.js",
@@ -26,7 +26,7 @@
2626
"./benchmark/express/lib/utils.js",
2727
"./benchmark/express/lib/view.js"
2828
],
29-
"./benchmark/javascript-algorithms": [
29+
"./benchmark/javascript-algorithms/src": [
3030
"./benchmark/javascript-algorithms/src/algorithms/cryptography/hill-cipher/hillCipher.js",
3131
"./benchmark/javascript-algorithms/src/algorithms/cryptography/rail-fence-cipher/railFenceCipher.js",
3232
"./benchmark/javascript-algorithms/src/algorithms/graph/articulation-points/articulationPoints.js",
@@ -107,7 +107,7 @@
107107
"./benchmark/artificial/performOperationProblem.js",
108108
"./benchmark/artificial/triangleProblem.js",
109109
],
110-
"./benchmark/moment": [
110+
"./benchmark/moment/src": [
111111
"./benchmark/moment/src/lib/moment/add-subtract.js",
112112
"./benchmark/moment/src/lib/moment/calendar.js",
113113
"./benchmark/moment/src/lib/create/check-overflow.js",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /