-
Notifications
You must be signed in to change notification settings - Fork 5
Benchmarking
ravikiranpagidi edited this page Jun 17, 2026
·
1 revision
Great Generator includes a lightweight local pandas benchmark script in the repository:
python benchmarks/benchmark_pandas_generation.pyPlanned benchmark categories:
- small dataset generation
- medium dataset generation
- large dataset generation
- Pandas mode
- Spark mode
- CSV export
- Parquet export
- Delta export
Benchmark results depend on:
- domain pack
- scale profile
- Python version
- pandas/numpy versions
- machine memory and CPU
- Spark cluster size
- partition count
- storage system
Spark and Delta benchmarks should be measured in the target environment because cluster size and storage throughput dominate performance.
- Home
- Problem Statement
- Quick Start
- Generate Related Tables
- Query-Aware Generation
- Supported Schema Inputs
- Function Comparison
- Getting Started
- Plain Dictionary
- Rich Dictionary
- Pandas
- PySpark StructType
- Contracts and SQL DDL
- Schema Generation
- JSON Schema
- YAML Schema Profile