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 324ef4e commit 19c77bdCopy full SHA for 19c77bd
src/main/resources/io/deephaven/benchmark/run/profile/queries/dashboards/adhoc_dashboard.dh.py
@@ -123,7 +123,7 @@ def get_property_list_keys(table):
123
return table.select_distinct(['name']).view(['key=name','label=name']).sort(['label'])
124
125
def get_setids(bench_results):
126
- setids = bench_results.select_distinct(['set_id']).sort_descending(['set_id'])
+ setids = bench_results.sort(['timestamp']).select_distinct(['set_id'])
127
return [row.set_id for row in setids.iter_tuple()]
128
129
def load_results_tables(parent_table, actor, prefix):
0 commit comments