You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: benchmark/feldera-sql/run.py
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,7 @@ def main():
137
137
group.add_argument('--csv-metrics', help='File to write pipeline metrics (memory, disk) in .csv format')
138
138
group.add_argument('--metrics-interval', help='How often metrics should be sampled, in seconds (default: 1)')
139
139
group.add_argument('--include-disabled', action=argparse.BooleanOptionalAction, help='Include queries from the disabled-queries/ directory.')
140
+
group.add_argument('--circuit-profile', action=argparse.BooleanOptionalAction, help='If set to true, will save a circuit profile (default: --no-circuit-profile)')
140
141
141
142
group=parser.add_argument_group("Options for Nexmark benchmark only")
142
143
group.add_argument('--lateness', action=argparse.BooleanOptionalAction, help='whether to use lateness for GC to save memory (default: --lateness)')
@@ -148,6 +149,7 @@ def main():
148
149
group.add_argument("--poller-threads", required=False, type=int, help="Override number of poller threads to use")
149
150
group.add_argument('--input-topic-suffix', help='suffix to apply to input topic names (by default, "")')
0 commit comments