Skip to content

Commit

Permalink
Merge branch 'deephaven:main' into s3-parquet-partitioned-benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub authored Dec 6, 2024
2 parents cc61394 + 674101c commit 36f62e5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def adhoc_dashboard():
ui.stack(
ui.panel(ui.flex(engine_metrics_combo,engine_metrics_chart,direction='column'), title='Engine Metrics'),
ui.panel(ui.flex(runner_metrics_combo,runner_metrics_chart,direction='column'), title='Runner Metrics'),
activeItemIndex=0
active_item_index=0
),
height='36')
])
Expand Down Expand Up @@ -188,3 +188,4 @@ def load_metrics_tables(parent_table, actor, prefix):

return runnerdiff, enginediff


0 comments on commit 36f62e5

Please sign in to comment.