peng-lab/BaSiCPy

Set up benchmarks for DCT

tdmorello opened this issue · 2 comments

Write benchmarks (airspeed velocity) for each DCT backend. Right now, we have opencv, scipy, and (soon) jax.

See benchmarks.py in benchmarks for an example.

If we JIT-compile the whole routine, I think we have no other choice except to use JAX DCT. Maybe we don't need to make a benchmark.

Closing for now, please re-open if I'm misunderstanding something