Skip to content

Commit 661395d

Browse files
committed
Re-add VLDB
1 parent 7c36cb3 commit 661395d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/perf-benchmarking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def main():
269269
benchmarks = [
270270
(COMPLEX_JOIN_AGGREGATION, "Complex Join Aggregation"),
271271
(LARGE_DATASET, "Large Dataset Retrieval"),
272-
# (VERY_LARGE_DATASET, "Very Large Dataset (1.2M rows)"),
272+
(VERY_LARGE_DATASET, "Very Large Dataset (1.2M rows)"),
273273
(SUBQUERY_WITH_CTE, "Subquery with CTE"),
274274
]
275275

0 commit comments

Comments
 (0)