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 7c36cb3 commit 661395dCopy full SHA for 661395d
benchmarks/perf-benchmarking.py
@@ -269,7 +269,7 @@ def main():
269
benchmarks = [
270
(COMPLEX_JOIN_AGGREGATION, "Complex Join Aggregation"),
271
(LARGE_DATASET, "Large Dataset Retrieval"),
272
- # (VERY_LARGE_DATASET, "Very Large Dataset (1.2M rows)"),
+ (VERY_LARGE_DATASET, "Very Large Dataset (1.2M rows)"),
273
(SUBQUERY_WITH_CTE, "Subquery with CTE"),
274
]
275
0 commit comments