Skip to content

Commit 089e46a

Browse files
committed
Add runBenchmark entry to flask-mysql-uwsgi
1 parent c36a87a commit 089e46a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

sample-apps/flask-mysql-uwsgi/Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ run: install
1010
AIKIDO_ENDPOINT="http://localhost:5000/" AIKIDO_DISABLE=0 \
1111
poetry run uwsgi --ini uwsgi.ini
1212

13+
.PHONY: runBenchmark
14+
runBenchmark: install
15+
@echo "Running sample app flask-mysql-uwsgi with Zen on port 8088"
16+
AIKIDO_DEBUG=false AIKIDO_BLOCK=true AIKIDO_TOKEN="AIK_secret_token" \
17+
AIKIDO_REALTIME_ENDPOINT="http://localhost:5000/" \
18+
AIKIDO_ENDPOINT="http://localhost:5000/" AIKIDO_DISABLE=0 \
19+
poetry run uwsgi --ini uwsgi.ini
20+
1321
.PHONY: runZenDisabled
1422
runZenDisabled: install
1523
@echo "Running sample app flask-mysql-uwsgi without Zen on port 8089"

0 commit comments

Comments
 (0)