Skip to content

implement benchmarks#18

Merged
Steven9101 merged 3 commits into
phasor-labs:mainfrom
alexander-sholohov:feature/benchmarks
Feb 2, 2026
Merged

implement benchmarks#18
Steven9101 merged 3 commits into
phasor-labs:mainfrom
alexander-sholohov:feature/benchmarks

Conversation

@alexander-sholohov

Copy link
Copy Markdown
Contributor

FFT and SSB benchmarks. Can be useful to evaluate machine performance and to check code optimization.
Examples how to run"
time ./target/release/novasdr-server benchmark ssb 1000
time ./target/release/novasdr-server benchmark cpu-fft-complex 500
time ./target/release/novasdr-server benchmark cl-fft-complex 2000 65536

first number after test name is number of iteration, the 2nd is fft size. Both numbers are optional.

@Steven9101
Steven9101 merged commit 9976f21 into phasor-labs:main Feb 2, 2026
2 checks passed
@alexander-sholohov
alexander-sholohov deleted the feature/benchmarks branch February 26, 2026 05:18
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