Skip to content

Commit 6dff710

Browse files
committed
Prettify title
1 parent beaca51 commit 6dff710

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/out.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def bench1():
6464
rects6 = ax.barh(y + 3*width, PSQL_Transaction, width, label='PSQL Transaction', color='blue')
6565

6666
ax.set_xlabel('Time (ns) - Scaled to Pixels')
67-
ax.set_title('Benchmark comparison for Doublets and BM_PSQL')
67+
ax.set_title('Benchmark comparison for Doublets and PostgreSQL')
6868
ax.set_yticks(y)
6969
ax.set_yticklabels(labels)
7070
ax.legend()
@@ -90,7 +90,7 @@ def bench2():
9090
rects6 = ax.barh(y + 3*width, PSQL_Transaction, width, label='PSQL Transaction', color='blue')
9191

9292
ax.set_xlabel('Time (ns) - Logarithmic Scale')
93-
ax.set_title('Benchmark comparison for Doublets and BM_PSQL')
93+
ax.set_title('Benchmark comparison for Doublets and PostgreSQL')
9494
ax.set_yticks(y)
9595
ax.set_yticklabels(labels)
9696
ax.legend()

0 commit comments

Comments
 (0)