Visa-Research / volepsi

Efficient Private Set Intersection base on VOLE
MIT License
98 stars 31 forks source link

Does the frontend have a function to display communication cost? #6

Closed 1228902681 closed 1 year ago

1228902681 commented 1 year ago

Hello, I run your code. It showed the running time. I want to see its communication cost. Can you tell me how you tested it?

ladnir commented 1 year ago

Some do. For example https://github.com/Visa-Research/volepsi/blob/eb788bb250d9be4648ef057e90adf89125e01fd5/frontend/perf.cpp#L440

You could add this print to the others.

1228902681 commented 1 year ago

OK,thanks for your help.