Skip to content

Commit

Permalink
Update saved figure names in benches
Browse files Browse the repository at this point in the history
  • Loading branch information
smu160 committed Feb 11, 2024
1 parent b8cd459 commit c2e1315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/py_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def grouped_bar_plot(data: dict, start=0, end=1):
plt.ylabel("Execution Time Ratio\n(relative to NumPy FFT)")
plt.legend(loc="best")
plt.tight_layout()
plt.savefig("py_benchmarks_bar_plot.png", dpi=600)
plt.savefig(f"py_benchmarks_bar_plot_{start}_{end-1}.png", dpi=600)


if __name__ == "__main__":
Expand Down

0 comments on commit c2e1315

Please sign in to comment.