mattrglobal / pairing_crypto

A library for pairing based cryptography
Apache License 2.0
14 stars 7 forks source link

Add runnable benchmark tool to repository #18

Closed tplooker closed 2 years ago

tplooker commented 2 years ago

In order to test the performance of the resulting RUST based implementation it would be desirable to have coverage over the following operations

dev0x1 commented 2 years ago

Regarding CI for benchmark, the workflow would be whenever there is a PR to master, we run the benchmark for existing code and the new code in PR and report the deviation or may report failure after a threshold. Need to check such support in comparison tools.