#!/usr/bin/env python3
"""
Run the window-like groupBy+join benchmark and print results.
Usage (from repo root, with sparkless installed):
python scripts/run_window_benchmark.py [--rows 100000] [--groups 1000] [--repetitions 5]
make bench-window
"""
# Allow importing the benchmark from repo root
= ..
# noqa: E402