Skip to content

Commit 287fc78

Browse files
committed
Rename output image files
1 parent 772cae8 commit 287fc78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compare_performance_metrics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
plt.xlabel("Task")
2323
plt.grid(False)
2424
plt.tight_layout()
25-
plt.savefig("performance-metrics.png")
25+
plt.savefig("microbenchmark-results.png")
2626

2727
data = {"Output Length": [], "NineToothed": [], "Triton": [], "PyTorch": []}
2828

@@ -47,4 +47,4 @@
4747
plt.xlabel("Output Length")
4848
plt.grid(False)
4949
plt.tight_layout()
50-
plt.savefig("end-to-end-performance-metrics.png")
50+
plt.savefig("benchmark-results.png")

0 commit comments

Comments
 (0)