Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kosyachniy/testing
https://github.com/kosyachniy/testing
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/kosyachniy/testing
- Owner: kosyachniy
- License: mit
- Created: 2022-08-03T20:49:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T22:27:57.000Z (over 2 years ago)
- Last Synced: 2023-03-01T07:02:51.528Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Performance test
## Run
1. Configure ` .env `
local
prod
NAME=proj_name
MODE=local
JS_PORT=8123
PY_PORT=8124
DB_HOST=host
DB_PASS=password
SQL1=sql_request_1
SQL2=sql_request_2
CURL=curl_request
ENDPOINT_JS=http://localhost:8123/
ENDPOINT_PY=http://localhost:8124/
NAME=proj_name
MODE=prod
JS_PORT=8123
PY_PORT=8124
DB_HOST=host
DB_PASS=password
HOST=subdomain.domain.com
SQL1=sql_request_1
SQL2=sql_request_2
CURL=curl_request
ENDPOINT_JS=https://subdomain.domain.com/js/
ENDPOINT_PY=http://subdomain.domain.com/py/
2.
make run