Skip to content

Commit dac2e10

Browse files
Minor
1 parent 7978542 commit dac2e10

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

micro-benchmark-autogen-templates/python_features/dicts/call/main_gt.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"col_offset": 1,
6262
"variable": "d[2]",
6363
"type": [
64-
"<value2>"
64+
"int"
6565
]
6666
},
6767
{

src/runner_class.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,9 @@ def __init__(
274274
"/mnt/Projects/PhD/Research/HeaderGen/git_sources/HeaderGen_github/": {
275275
"bind": "/app/HeaderGen",
276276
"mode": "ro",
277-
}
277+
},
278278
},
279+
custom_benchmark_dir=custom_benchmark_dir,
279280
)
280281
else:
281282
super().__init__(
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
headergen==1.2.8
1+
headergen==1.2.9

0 commit comments

Comments
 (0)