Преглед на файлове

[LibOS] test/apps: Rewrite Lighttpd example

Chia-Che Tsai преди 6 години
родител
ревизия
c1049a66a0
променени са 7 файла, в които са добавени 9 реда и са изтрити 9 реда
  1. 1 1
      Jenkinsfiles/Linux
  2. 1 1
      Jenkinsfiles/Linux-18.04
  3. 1 1
      Jenkinsfiles/Linux-Debug
  4. 1 1
      Jenkinsfiles/Linux-Debug-18.04
  5. 2 2
      Jenkinsfiles/Linux-SGX
  6. 2 2
      Jenkinsfiles/Linux-SGX-18.04
  7. 1 1
      LibOS/shim/test/apps

+ 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