Benchmarks for CKKS scheme

Hello,

I’m searching a way to evaluate various operations on real numbers using the CKKS scheme. I’m interested to know if there are library ir functions with such functionality. I want to evaluate them in terms of time, storage and precision for data. If anyone has any tips for me, please let me know.

Thank you very much.

Hi @evgen ,

Are you asking about CKKS benchmarks across multiple libraries? Or are you looking for any benchmarks specific to OpenFHE?

Hallo @ypolyakov ,
I search CKKS benchmarks and profiling to evaluate Openfhe CKKS encryptions. i see there are some examples in openfhe-development/benchmark/src/README.md at main · openfheorg/openfhe-development · GitHub
there are this benchmarks in python wrapper.

Yes, these are the correct C++ benchmarks. We do not have benchmarks in the Python wrapper repo but you can easily build a benchmark by editing one of the CKKS python examples.

1 Like