diff --git a/README.md b/README.md index 78fa4aa..8396c5e 100644 --- a/README.md +++ b/README.md @@ -29,14 +29,13 @@ You can run it locally with the following steps: - ```npm run drizzle:pool1``` - ```npm run orange:pool1``` - ```npm run prisma:pool1``` - - ```npm run mikro:pool1``` (Does not work yet) + - ```npm run mikro:pool1``` 5. **To run single benchmark for poolsize = 10** - ```npm run drizzle:pool10``` - ```npm run orange:pool10``` - ```npm run prisma:pool10``` - - ```npm run mikro:pool10``` (Does not work yet) + - ```npm run mikro:pool10``` 6. Stop the Docker container - ```npm run db:stop``` -Happy Testing!