Skip to content
Snippets Groups Projects
Commit 51a537e6 authored by Peter Cai's avatar Peter Cai
Browse files

Fix ipr script

parent b3a8bf53
No related branches found
No related tags found
No related merge requests found
...@@ -17,10 +17,7 @@ def plot(threads): ...@@ -17,10 +17,7 @@ def plot(threads):
plt.rcParams.update({'font.size': 16}) plt.rcParams.update({'font.size': 16})
plt.show() plt.show()
else: else:
if include_caladan: plt.savefig('../data/figs/memcached_conn_scan.ipr.t%d.png' % (threads,), dpi = 192)
plt.savefig('../data/figs/memcached_conn_scan.ipr.t%d.caladan.png' % (threads,), dpi = 192)
else:
plt.savefig('../data/figs/memcached_conn_scan.ipr.t%d.png' % (threads,), dpi = 192)
plot(1) plot(1)
plot(8) plot(8)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment