From b803befa0a1fd11d0dd7409f79cb75573cc0f1cf Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Thu, 26 May 2022 11:01:13 -0400 Subject: [PATCH] test: test concurrent access to key --- tests/scratch_storage/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/scratch_storage/Makefile b/tests/scratch_storage/Makefile index 7239f8a..c4f42c2 100644 --- a/tests/scratch_storage/Makefile +++ b/tests/scratch_storage/Makefile @@ -36,5 +36,11 @@ debug: sledgert scratch_storage_get scratch_storage_set --eval-command="set pagination off" \ --eval-command="run spec.json" +client-upsert-multi: + hey -z 6s -cpus 4 -c 100 -t 0 -o csv -m GET "http://${HOSTNAME}:1337/upsert?test&wakka2" + +client-get-multi: + hey -z 6s -cpus 4 -c 100 -t 0 -o csv -m GET "http://${HOSTNAME}:1337/get?test" + client: http :1337/scratch_storage