We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb7f6a commit 9d11378Copy full SHA for 9d11378
runner/conf/benchmark/savina_micro_fjthrput.yaml
@@ -45,3 +45,12 @@ targets:
45
run_args:
46
actors: ["--main-num-workers", "<value>"]
47
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