We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608a5bf commit 5238fd7Copy full SHA for 5238fd7
frameworks/C++/paozhu/paozhu.dockerfile
@@ -66,6 +66,8 @@ RUN git clone https://github.com/hggq/paozhu
66
67
COPY ./paozhu_benchmark/conf/server.conf ./paozhu/conf/server.conf
68
COPY ./paozhu_benchmark/conf/orm.conf ./paozhu/conf/orm.conf
69
+
70
+# must use testbenchmark.cpp to test benchmark
71
COPY ./paozhu_benchmark/CMakeLists.txt ./paozhu/CMakeLists.txt
72
73
# RUN mkdir ./paozhu/view
0 commit comments