Browse Source

changed scripts on Linux

Bernhard 5 years ago
parent
commit
983d97471a
9 changed files with 5 additions and 2 deletions
  1. 0 0
      1
  2. 1 0
      local_large.sh
  3. 1 0
      local_small.sh
  4. 1 1
      test_all_big.sh
  5. 1 0
      test_med.sh
  6. 0 0
      test_nginx_0kb.sh
  7. 0 0
      test_nginx_100kb.sh
  8. 0 0
      test_nginx_10kb.sh
  9. 1 1
      test_re_med.sh

+ 0 - 0
1


+ 1 - 0
local_large.sh

@@ -0,0 +1 @@
+python3 API_Calls.py --users=200 --products=1000 --server=http://94.237.24.236:8000/api >/dev/null 2>&1 &

+ 1 - 0
local_small.sh

@@ -0,0 +1 @@
+python3 API_Calls.py --users=10 --products=50 --server=http://94.237.24.236:8000/api >/dev/null 2>&1 &

+ 1 - 1
test_all_big.sh

@@ -1 +1 @@
-python3 API_Calls.py --users=500 --products=2000 --noimage=yes --ini_file=init_test.ini --server=https://app-test.earthsquad.global/api >/dev/null 2>&1 &
+python3 API_Calls.py --users=500 --products=1000 --noimage=yes --ini_file=init_test.ini --server=https://app-test.earthsquad.global/api >/dev/null 2>&1 &

+ 1 - 0
test_med.sh

@@ -0,0 +1 @@
+python3 API_Calls.py --users=200 --products=500 --server=https://app-test.earthsquad.global/api

+ 0 - 0
test_nginx_0kb.sh


+ 0 - 0
test_nginx_100kb.sh


+ 0 - 0
test_nginx_10kb.sh


+ 1 - 1
test_re_med.sh

@@ -1 +1 @@
-python3 API_Calls.py --users=500 --products=150 --ini_file=init_test.ini --server=https://app-test.earthsquad.global/api --mode=recycling --csv="/dist/auth_user_testserver.csv" >/dev/null 2>&1 &
+python3 API_Calls.py --users=200 --products=200 --ini_file=init_test.ini --server=https://app-test.earthsquad.global/api --mode=recycling --csv="/dist/auth_user_testserver.csv" >/dev/null 2>&1 &