Skip to content

Commit ea7e115

Browse files
committed
Updating benchmarks
1 parent 310d140 commit ea7e115

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

assets/linear_comparison.png

23.3 KB
Loading

assets/log_comparison.png

-27.6 KB
Loading

crates/benches/generate_benchmark_plot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@
3838
plt.xlabel('FFT Size')
3939
# plt.yscale('log')
4040
plt.legend(loc='upper left')
41+
plt.gcf().set_size_inches(10, 5)
42+
# plt.savefig('../../linear_comparison.png')
4143
plt.show()

0 commit comments

Comments
 (0)