kroma-network / tachyon

Modular ZK(Zero Knowledge) backend accelerated by GPU
MIT License
7.78k stars 226 forks source link

feat: updated prover_main.cc and introduce '-n' flag for specifying number … #450

Closed whoisgautxm closed 1 month ago

whoisgautxm commented 1 month ago

Add benchmarking functionality to prover_main.cc

These changes enable performance analysis across multiple iterations.

batzor commented 1 month ago

Hi @whoisgautxm! Please squash your commits to single commit and your commit message should follow the guideline.

For example, you can say

feat(circom): introduce `-n` flag for specifying number of proof generation runs

In case you're not sure how to do it, you can do git rebase -i HEAD~3 and mark each commits reword, squash, squash :)