sso_audit_logs
- Added `has_many :sso_audit_logs` association to `User` model with `dependent: :nullify`. - Updated `Demo::DataCleaner` to clear SSO audit logs before destroying related data. Co-authored-by: Josh Waldrep <joshua.waldrep5+github@gmail.com>
* Benchmarking setup * Get demo data working in benchmark scenario * Finalize default demo scenario * Finalize benchmarking setup
* Realistic demo data for performance testing * Add note about performance testing * Fix bugbot issues * More realistic account values