From 2d1b905228899833e1f8563af08a1469d16225b5 Mon Sep 17 00:00:00 2001 From: Saveliy Yusufov Date: Sat, 3 Feb 2024 16:17:37 -0500 Subject: [PATCH] Add plots to readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43aa626..068b360 100644 --- a/README.md +++ b/README.md @@ -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). + +

+ PhastFT vs. NumPy FFT vs. pyFFTW + PhastFT vs. RustFFT vs. FFTW3 +

## Contributing