Skip to content

Commit 9ab7c1f

Browse files
committed
(benchmark test) Revert "Use --single-interpreter to test benchmarks with conflicts in global obj"
This reverts commit 508e9a3.
1 parent 508e9a3 commit 9ab7c1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample-apps/flask-mysql-uwsgi/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ runBenchmark: install
1616
AIKIDO_DEBUG=false AIKIDO_BLOCK=true AIKIDO_TOKEN="AIK_secret_token" \
1717
AIKIDO_REALTIME_ENDPOINT="http://localhost:5000/" \
1818
AIKIDO_ENDPOINT="http://localhost:5000/" AIKIDO_DISABLE=0 \
19-
poetry run uwsgi --single-interpreter --ini uwsgi.ini
19+
poetry run uwsgi --ini uwsgi.ini
2020

2121
.PHONY: runZenDisabled
2222
runZenDisabled: install
2323
@echo "Running sample app flask-mysql-uwsgi without Zen on port 8089"
2424
AIKIDO_DISABLE=1 \
25-
poetry run uwsgi --single-interpreter --ini uwsgi2.ini
25+
poetry run uwsgi --ini uwsgi2.ini

0 commit comments

Comments
 (0)