We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c24bac commit 73e5b94Copy full SHA for 73e5b94
Dockerfile
@@ -44,6 +44,8 @@ ENV PYTHONUNBUFFERED=1
44
RUN useradd --create-home locust
45
# ensure correct permissions
46
RUN chown -R locust /opt/venv
47
+# perform initial bytecode compilation (brings down total startup time from ~0.9s to ~0.6s)
48
+RUN locust --version
49
USER locust
50
WORKDIR /home/locust
51
EXPOSE 8089 5557
Dockerfile.ci
@@ -23,6 +23,8 @@ ENV PYTHONUNBUFFERED=1
23
24
25
26
27
28
29
30
0 commit comments