Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 220 Bytes

File metadata and controls

17 lines (11 loc) · 220 Bytes

PrismaMemoryLeak

npm ci

docker-compose up -d

npx prisma migrate dev
npx prisma generate

# Run test without prisma -> no leak
npm run test:proof

# Run test with prisma -> memory leak
npm run test:leak