run profiler in test
Brian Tiger Chow committed
Jan 12, 2015 at 21:31 UTC
07529fa56aea9d2bcafbf3b20c502f2f973f4cf3
3 files changed
+3
test/3nodetest/bootstrap/Dockerfile
+1
@@ -5,6 +5,7 @@ ADD . /tmp/id
5
RUN mv -f /tmp/id/config /root/.go-ipfs/config
6
RUN ipfs id
7
8
+ENV IPFS_PROF true
9
ENV IPFS_LOGGING_FMT nocolor
10
11
EXPOSE 4011 4012/udp
test/3nodetest/client/Dockerfile
+1
@@ -7,6 +7,7 @@ RUN ipfs id
7
8
EXPOSE 4031 4032/udp
9
10
+ENV IPFS_PROF true
11
ENV IPFS_LOGGING_FMT nocolor
12
13
ENTRYPOINT ["/bin/bash"]
test/3nodetest/server/Dockerfile
+1
@@ -8,6 +8,7 @@ RUN chmod +x /tmp/test/run.sh
8
9
EXPOSE 4021 4022/udp
10
11
+ENV IPFS_PROF true
12
ENV IPFS_LOGGING_FMT nocolor
13
14
ENTRYPOINT ["/bin/bash"]