Skip to content

Commit c86e002

Browse files
authored
chore: benchmark fix (#1049)
1 parent 307385f commit c86e002

File tree

1 file changed

+1
-1
lines changed
  • tests/benchmark/db_benchmark/sort

1 file changed

+1
-1
lines changed

tests/benchmark/db_benchmark/sort/q1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
table_id,
2525
session,
2626
suffix,
27-
) = utils.get_dbbenchmark_configuration()
27+
) = utils.get_configuration(include_table_id=True)
2828
current_path = pathlib.Path(__file__).absolute()
2929

3030
utils.get_execution_time(

0 commit comments

Comments
 (0)