Moved benchmark to its own directory and added multicore testing + a README
This commit is contained in:
+3
-2
@@ -45,11 +45,12 @@ services:
|
||||
|
||||
back:
|
||||
image: thecodingmachine/nodejs:12
|
||||
command: yarn dev
|
||||
#command: yarn run profile
|
||||
#command: yarn dev
|
||||
command: yarn run profile
|
||||
environment:
|
||||
STARTUP_COMMAND_1: yarn install
|
||||
SECRET_KEY: yourSecretKey
|
||||
ALLOW_ARTILLERY: "true"
|
||||
volumes:
|
||||
- ./back:/usr/src/app
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user