Browse Source

Latest changes for Images

Bernhard Buhl 5 years ago
parent
commit
f672095d8f
9 changed files with 4 additions and 4 deletions
  1. 1 1
      dist/_mysql_recycle.cmd
  2. 1 1
      dist/_mysql_short_recycle.cmd
  3. 1 1
      dist/_pg_short.cmd
  4. BIN
      dist/test.jpg
  5. BIN
      dist/test2.jpg
  6. 0 0
      _pg.sh
  7. 1 1
      _pg_recycle.sh
  8. 0 0
      _pg_short.sh
  9. 0 0
      _pg_short_recycle.sh

+ 1 - 1
dist/_mysql_recycle.cmd

@@ -1 +1 @@
-api_calls.exe --users=200 --products=1000 --server=https://app-test.earthsquad.global/api --mode=recycling --csv="auth_user_mysql.csv"
+api_calls.exe --users=100 --products=1000 --server=https://app-test.earthsquad.global/api --mode=recycling --csv="auth_user_dev_mysql.csv"

+ 1 - 1
dist/_mysql_short_recycle.cmd

@@ -1 +1 @@
-api_calls.exe --users=10 --products=50 --server=https://app-test.earthsquad.global/api --mode=recycling --csv="auth_user_mysql.csv"
+api_calls.exe --users=10 --products=50 --server=https://app-test.earthsquad.global/api --mode=recycling --csv="auth_user_dev_mysql.csv"

+ 1 - 1
dist/_pg_short.cmd

@@ -1 +1 @@
-api_calls.exe --users=2 --products=10 --server=https://app-test-pg.earthsquad.global/api
+api_calls.exe --users=10 --products=100 --server=https://app-test-pg.earthsquad.global/api

BIN
dist/test.jpg


BIN
dist/test2.jpg


+ 0 - 0
_pg.sh


+ 1 - 1
_pg_recycle.sh

@@ -1 +1 @@
-python3 API_Calls.py --users=100 --products=1000 --server=https://app-test-pg.earthsquad.global/api --mode=recycling --csv="/dist/auth_user_dev_pgsql.csv"
+python3 API_Calls.py --users=100 --products=1000 --server=https://app-test-pg.earthsquad.global/api --mode=recycling --csv="/dist/auth_user_dev_pgsql.csv"

+ 0 - 0
_pg_short.sh


+ 0 - 0
_pg_short_recycle.sh