Skip to content

Conversation

@andreasnoack
Copy link
Member

(same as #96 just from a branch within this repo)

This is Claude Code again.

I have been preparing some performance improvements to the real FFT, so it would be useful with separate benchmarks for the real case.

This commit adds comprehensive real FFT (rfft) benchmarking alongside the existing complex FFT benchmarks:

  • Modified bench_ffta.jl to benchmark both complex and real FFTs
  • Modified bench_fftw.jl to benchmark both complex and real FFTs
  • Updated generate_html_report.jl to display real FFT results in a separate section with dedicated plots and tables
  • Updated README.md to document the new real FFT benchmarking capabilities

The real FFT benchmarks use Float64 input arrays and test the same size categories as complex FFTs. The HTML report now includes:

  • Separate sections for complex FFT and real FFT results
  • Interactive Plotly.js charts for both FFT types
  • Detailed performance comparison tables
  • Information about real FFT optimizations (conjugate symmetry, ~2x speedup)

The report gracefully handles cases where real FFT results may not be available by hiding the real FFT section if the data files don't exist.

This commit adds comprehensive real FFT (rfft) benchmarking alongside the
existing complex FFT benchmarks:

- Modified bench_ffta.jl to benchmark both complex and real FFTs
- Modified bench_fftw.jl to benchmark both complex and real FFTs
- Updated generate_html_report.jl to display real FFT results in a
  separate section with dedicated plots and tables
- Updated README.md to document the new real FFT benchmarking capabilities

The real FFT benchmarks use Float64 input arrays and test the same size
categories as complex FFTs. The HTML report now includes:
- Separate sections for complex FFT and real FFT results
- Interactive Plotly.js charts for both FFT types
- Detailed performance comparison tables
- Information about real FFT optimizations (conjugate symmetry, ~2x speedup)

The report gracefully handles cases where real FFT results may not be
available by hiding the real FFT section if the data files don't exist.
@andreasnoack andreasnoack force-pushed the claude/add-real-ffts-benchmark-vOhzg branch from f25cb49 to 02e7701 Compare January 19, 2026 13:58
@codecov
Copy link

codecov bot commented Jan 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.96%. Comparing base (214407d) to head (02e7701).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #97   +/-   ##
=======================================
  Coverage   97.96%   97.96%           
=======================================
  Files           4        4           
  Lines         393      393           
=======================================
  Hits          385      385           
  Misses          8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@andreasnoack andreasnoack added this pull request to the merge queue Jan 19, 2026
Merged via the queue into main with commit 651535c Jan 19, 2026
9 checks passed
@andreasnoack andreasnoack deleted the claude/add-real-ffts-benchmark-vOhzg branch January 19, 2026 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants