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