Skip to content

Commit

Permalink
Merge branch 'main' of github.com:QuState/PhastFT
Browse files Browse the repository at this point in the history
  • Loading branch information
smu160 committed Feb 11, 2024
2 parents 5ad6f54 + c2e1315 commit 6753b27
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 6753b27

Please sign in to comment.