Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars-Erik Roald committed Jul 11, 2024
1 parent 6a3c413 commit 85a725e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 mikroorm:pool1``` (Does not work yet)
- ```npm run mikro-orm: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 mikroorm:pool10``` (Does not work yet)
- ```npm run mikro-orm:pool10``` (Does not work yet)

6. Stop the Docker container
- ```npm run db:stop```
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"prisma": "npm run prisma:pool1 && npm run prisma:pool10",
"prisma:pool1": "npm run init && cross-env POOLSIZE=1 tsx ./src/prisma/benchmark-pg.ts",
"prisma:pool10": "npm run init && cross-env POOLSIZE=10 tsx ./src/prisma/benchmark-pg.ts",
"mikroorm": "npm run mikroorm:pool1 && npm run mikroorm:pool10",
"mikroorm:pool1": "npm run init && cross-env POOLSIZE=1 tsx ./src/mikroorm/benchmark-pg.ts",
"mikroorm:pool10": "npm run init && cross-env POOLSIZE=10 tsx ./src/mikroorm/benchmark-pg.ts",
"mikro": "npm run mikroorm:pool1 && npm run mikroorm:pool10",
"mikro:pool1": "npm run init && cross-env POOLSIZE=1 tsx ./src/mikro/benchmark-pg.ts",
"mikro:pool10": "npm run init && cross-env POOLSIZE=10 tsx ./src/mikro/benchmark-pg.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 85a725e

Please sign in to comment.