Browse Source

[LibOS] test/apps: Rewrite Lighttpd example

Chia-Che Tsai 4 years ago
parent
commit
c1049a66a0

+ 1 - 1
Jenkinsfiles/Linux

@@ -62,7 +62,7 @@ pipeline {
                             make
                             make start-graphene-server &
                             sleep 1
-                            LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh 127.0.0.1:8000
+                            LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh 127.0.0.1:8003
                             '''
                         sh '''
                             cd LibOS/shim/test/apps/apache

+ 1 - 1
Jenkinsfiles/Linux-18.04

@@ -56,7 +56,7 @@ pipeline {
                             make
                             make start-graphene-server &
                             sleep 1
-                            LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh 127.0.0.1:8000
+                            LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh 127.0.0.1:8003
                             '''
                         sh '''
                             cd LibOS/shim/test/apps/apache

+ 1 - 1
Jenkinsfiles/Linux-Debug

@@ -58,7 +58,7 @@ pipeline {
                             make
                             make start-graphene-server &
                             sleep 1
-                            LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh 127.0.0.1:8000
+                            LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh 127.0.0.1:8003
                             '''
                         sh '''
                             cd LibOS/shim/test/apps/apache

+ 1 - 1
Jenkinsfiles/Linux-Debug-18.04

@@ -53,7 +53,7 @@ pipeline {
                             make
                             make start-graphene-server &
                             sleep 1
-                            LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh 127.0.0.1:8000
+                            LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh 127.0.0.1:8003
                             '''
                         sh '''
                             cd LibOS/shim/test/apps/apache

+ 2 - 2
Jenkinsfiles/Linux-SGX

@@ -87,10 +87,10 @@ pipeline {
                         }
                         sh '''
                             cd LibOS/shim/test/apps/lighttpd
-                            make SGX=1 all sgx-tokens
+                            make SGX=1
                             make SGX=1 start-graphene-server &
                             sleep 10
-                            LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh 127.0.0.1:8000
+                            LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh 127.0.0.1:8003
                             '''
                         sh '''
                             cd LibOS/shim/test/apps/apache

+ 2 - 2
Jenkinsfiles/Linux-SGX-18.04

@@ -84,10 +84,10 @@ pipeline {
                         }
                         sh '''
                             cd LibOS/shim/test/apps/lighttpd
-                            make SGX=1 all sgx-tokens
+                            make SGX=1
                             make SGX=1 start-graphene-server &
                             sleep 10
-                            LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh 127.0.0.1:8000
+                            LOOP=1 CONCURRENCY_LIST="1 32" ./benchmark-http.sh 127.0.0.1:8003
                             '''
                             /*
                         sh '''

+ 1 - 1
LibOS/shim/test/apps

@@ -1 +1 @@
-Subproject commit 0ad4576c9ba6ca32b783cf3f24fc9ff55f0dafda
+Subproject commit 622f742f54162d87c0e2a72ded161453dcc11758