Skip to content

Commit 57867e4

Browse files
committed
add target config for lf-ts
1 parent a2efd88 commit 57867e4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

runner/conf/target/lf-ts.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: lf-ts
2+
prepare: ["mkdir", "src"]
3+
copy: ["cp", "-r", "${benchmark.targets.lf-ts.copy_sources}", "src"]
4+
gen: ["cog", "-r", "${args:benchmark.targets.lf-ts.gen_args}",
5+
"-D", "numIterations=${iterations}",
6+
"src/${benchmark.targets.lf-ts.lf_file}"]
7+
compile: ["${lf_path}/bin/lfc", "src/${benchmark.targets.lf-ts.lf_file}"]
8+
run: ["node",
9+
"${benchmark.targets.lf-ts.script}"]
10+
parser:
11+
_target_: "parser.parse_lf_ts_output"

0 commit comments

Comments
 (0)