Skip to content

Commit 9d11378

Browse files
committed
Add lf-ts in savina_micro_fjthrput.yaml
1 parent ecb7f6a commit 9d11378

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

runner/conf/benchmark/savina_micro_fjthrput.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,12 @@ targets:
4545
run_args:
4646
actors: ["--main-num-workers", "<value>"]
4747
messages: ["--main-num-messages-per-reactor", "<value>"]
48+
lf-ts:
49+
copy_sources:
50+
- "${bench_path}/TS/Savina/src/BenchmarkRunner.lf"
51+
- "${bench_path}/TS/Savina/src/micro"
52+
lf_file: "micro/Throughput.lf"
53+
script: "src-gen/micro/Throughput/dist/Throughput.js"
54+
gen_args:
55+
messages: ["-D", "--numMessagesPerReactor=<value>"]
56+
actors: ["-D", "--numWorkers=<value>"]

0 commit comments

Comments
 (0)