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