From c84ea6c8f2dc7d31707d8753d58f6891e994d89e Mon Sep 17 00:00:00 2001 From: taivop Date: Sun, 9 Oct 2016 17:45:49 +0200 Subject: [PATCH] bugfix #39 --- scripts/py/exp_baseline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/py/exp_baseline.py b/scripts/py/exp_baseline.py index 33db8b5..b3d563f 100644 --- a/scripts/py/exp_baseline.py +++ b/scripts/py/exp_baseline.py @@ -118,7 +118,7 @@ if ms_concurrencies[i] > 1: memaslap_server2.start(concurrency=concurrency_per_client, runtime=EXPERIMENT_RUNTIME_STRING, stats_freq=STATS_FREQUENCY, - log_filename=log_filename_base.format(1, ms_concurrencies[i], rep)) + log_filename=log_filename_base.format(2, ms_concurrencies[i], rep)) time.sleep(EXPERIMENT_RUNTIME + 5) memcached_server.stop() # endregion