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

Start qps_scan x at 0 too

parent 8b69556c
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,7 @@ def show_plot(threads, include_caladan = False):
plt.xlabel('QPS')
plt.ylabel('Latency (99th percentile)')
plt.yscale('log')
plt.xlim(xmin = 0)
plt.legend()
if os.getenv('SAVE_FIGURE') != 'true':
......
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