Skip to content

Commit

Permalink
Merge branch 'main' into mikroorm
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars-Erik Roald committed Jul 11, 2024
2 parents e673f9d + 1e96ad3 commit eab2321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,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-orm:pool1``` (Does not work yet)
- ```npm run mikro:pool1``` (Does not work yet)

5. **To run single benchmark for poolsize = 10**
- ```npm run drizzle:pool10```
- ```npm run orange:pool10```
- ```npm run prisma:pool10```
- ```npm run mikro-orm:pool10``` (Does not work yet)
- ```npm run mikro:pool10``` (Does not work yet)

6. Stop the Docker container
- ```npm run db:stop```
Expand Down

0 comments on commit eab2321

Please sign in to comment.