From ee198e3ba0b7b2df3b07c6f73056af90a5d46fab Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 1 Nov 2017 16:56:16 -0200 Subject: [benchmarks] make blob size configurable in scalability tests --- scripts/scalability/makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts/scalability/makefile') diff --git a/scripts/scalability/makefile b/scripts/scalability/makefile index 05ce1461..7afc0428 100644 --- a/scripts/scalability/makefile +++ b/scripts/scalability/makefile @@ -7,7 +7,8 @@ # See the file README.rst for more information on how to use this makefile. -URI ?= https://giraffe.cdev.bitmask.net:7001 +URI ?= https://giraffe.cdev.bitmask.net:7001 +SIZE ?= 10 PIDFILE = /tmp/test_controller.pid LOGFILE = /tmp/test_controller.log @@ -47,4 +48,4 @@ install-client: pip install ".[client]" test: - (cd test_controller/client && make test URI=$(URI)) + (cd test_controller/client && make test URI=$(URI) SIZE=$(SIZE)) -- cgit v1.2.3