1
0
ithewei 4 жил өмнө
parent
commit
c0a33e9fc2

+ 2 - 2
.github/workflows/benchmark.yml

@@ -25,7 +25,7 @@ jobs:
       - name: make tinyhttpd httpd wrk
         run: |
           ./configure
-          make httpd wrk
+          make tinyhttpd httpd wrk
 
       - name: build echo-servers
         run: |
@@ -43,7 +43,7 @@ jobs:
           bin/httpd -c etc/httpd.conf -d
           ps aux | grep nginx
           ps aux | grep httpd
-          bin/tinyhttpd 9090
+          bin/tinyhttpd 9090 &
           bin/wrk -c 100 -t 2 -d 10s http://127.0.0.1:80/
           bin/wrk -c 100 -t 2 -d 10s http://127.0.0.1:8080/
           bin/wrk -c 100 -t 2 -d 10s http://127.0.0.1:9090/