Skip to content

Commit 7a00c37

Browse files
authored
Rename output SVG file to 'performance_line_plot.svg'
1 parent 304cddc commit 7a00c37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/plot_benchmark.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ def plot_performance(df_AllocDeallocCycle_MixedSize):
8686
plt.legend(title='Allocator')
8787
plt.grid(linestyle='--', alpha=0.7)
8888

89-
plt.savefig(os.path.join(OUTPUT_DIR, 'Performance_line_plot.svg'), format='svg', bbox_inches='tight')
90-
print(f"Generated {os.path.join(OUTPUT_DIR, 'Performance_line_plot.svg')}")
89+
plt.savefig(os.path.join(OUTPUT_DIR, 'performance_line_plot.svg'), format='svg', bbox_inches='tight')
90+
print(f"Generated {os.path.join(OUTPUT_DIR, 'performance_line_plot.svg')}")
9191
plt.close()
9292

9393
# --- 3. Main Execution ---

0 commit comments

Comments
 (0)