cryptimeleon / incentive-system

A cryptographic incentive system.
Apache License 2.0
4 stars 0 forks source link

Benchmark #36

Closed this-kramer closed 3 years ago

this-kramer commented 3 years ago

Add a benchmark that times the execution time of each major function (and prints them and the combined results nicely) as the app. I think we can reuse most of the code of the integration test for such a benchmark and maybe execute it several times for more accurate results. We could add a Gradle function for this, such that this expensive test case is not executed every time we execute the pipeline image