This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| # /// script | |
| # dependencies = ["aurora-dsql-python-connector[psycopg]", "psycopg-pool"] | |
| # /// | |
| """ | |
| Benchmark script to compare sequence performance in Aurora DSQL. | |
| Compares CACHE=1 vs CACHE=65536 for various workloads. | |
| Usage: | |
| uv run sequence_benchmark.py <cluster-endpoint> |