From 69a8e8f84fe55786035b79752796049b97f49a73 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Thu, 21 Nov 2019 02:11:01 +0000 Subject: [PATCH] Remove hey loadtesting scripts --- hey.sh | 11 ----------- hey.sql | 7 ------- 2 files changed, 18 deletions(-) delete mode 100755 hey.sh delete mode 100644 hey.sql diff --git a/hey.sh b/hey.sh deleted file mode 100755 index a81f6b89..00000000 --- a/hey.sh +++ /dev/null @@ -1,11 +0,0 @@ -ulimit -n 10000 - -hey \ --n 10000 \ --c 100 \ --q 100 \ --m POST \ --D hey.sql \ --H "Content-Type: application/json" \ --H "Bearer: eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJEQiI6Indpc3F1ZSIsIklEIjoiYmJjZmozYXI1azhnMDBiNnZldGciLCJJUCI6Ijg0LjY0LjU2LjExMSIsIk5TIjoid2lzcXVlIiwiU0MiOiJ1c2VyIiwiVEIiOiJ1c2VyIiwiVEsiOiJkZWZhdWx0IiwiZXhwIjoxNTc0MzgxNDA2LCJpYXQiOjE1NzM3NzY2MDYsImlzcyI6IlN1cnJlYWwiLCJuYmYiOjE1NzM3NzY2MDZ9.qs6rOxgy6qxQnS1I1Z1GDPH86WW17xbSFw7nXXC6Dosmy78Lb34tr6w0dXnLZj4Yos7wfpbjw13jSPwA6LGezA" \ -http://127.0.0.1:8000/sql diff --git a/hey.sql b/hey.sql deleted file mode 100644 index 219a795c..00000000 --- a/hey.sql +++ /dev/null @@ -1,7 +0,0 @@ -SELECT * FROM $auth; - -select * from account; - -select * from item; - -select * from unit WHERE item.account.alias = "charlie";