A Laravel Artisan command built for the Curitics Care-Management app to stress-test it at production scale and beyond. Generates N new patient records plus proportional related data (medication refills, conditions, care gaps, notes, tasks, plans) so performance benchmarks exercise the queries that actually get slow in prod.
Command lives at: app/Console/Commands/Performance/VolumeSeedCommand.php
Production had ~500K patients when this work started. The goal was to find out what happens at 1M, 3M, and beyond — before prod got there.