Skip to content

Commit

Permalink
Add plots to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
smu160 committed Feb 3, 2024
1 parent c662038 commit 2d1b905
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,13 @@ fft(a_re, a_im)

## Benchmarks

PhastFT is benchmarked against other FFT libraries. Detailed benchmarking results and instructions are available in the
benchmarks directory.
PhastFT is benchmarked against several other FFT libraries. Scripts to reproduce benchmark results and plots are
available [here](benches).

<p align="center">
<img src="assets/py_benchmarks_bar_plot.png" width="500" title="PhastFT vs. NumPy FFT vs. pyFFTW" alt="PhastFT vs. NumPy FFT vs. pyFFTW">
<img src="assets/benchmarks_bar_plot.png" width="500" title="PhastFT vs. RustFFT vs. FFTW3" alt="PhastFT vs. RustFFT vs. FFTW3">
</p>

## Contributing

Expand Down

0 comments on commit 2d1b905

Please sign in to comment.