Moved benchmark to its own directory and added multicore testing + a README

This commit is contained in:
David Négrier 2020-09-11 09:56:05 +02:00
parent d4fe59d154
commit b37a8f63be
11 changed files with 160 additions and 1337 deletions

View file

@ -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: