We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9dc80 commit d94aa8fCopy full SHA for d94aa8f
Dockerfile
@@ -30,6 +30,7 @@ RUN mvn clean install
30
WORKDIR /opt/soujava-test-kit/gatling
31
RUN mvn clean gatling:execute -Dgatling.simulationClass=soujava.BenchmarkGeneric -DNUM_THREADS=1 -DRAMP_TIME=1 -DDURATION=10 -DTARGET=http://vertx-simple-json-endpoint.herokuapp.com -DENDPOINT=/hello -DENDPOINT_NAME=HELLO_WORLD_VERTEX
32
33
+VOLUME ["/opt/soujava-test-kit/gatling/target/gatling"]
34
35
ENTRYPOINT ["/opt/soujava-test-kit/gatling"]
36
CMD ["mvn"]
0 commit comments