Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
bugfix #39
Browse files Browse the repository at this point in the history
  • Loading branch information
taivop committed Oct 9, 2016
1 parent 0bde9f1 commit c84ea6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/py/exp_baseline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c84ea6c

Please sign in to comment.