Prepare Postgres docker run --name postgres-db -e POSTGRES_PASSWORD=mysecretpassword -p 5432:5432 postgres:17 Start Application com.example.perftest.PerfTestApplication Execute perf test Stop docker if needed com.example.perftest.AccountPerformanceTest