zkp-compiler-shootout icon indicating copy to clipboard operation
zkp-compiler-shootout copied to clipboard

Consider Benchmarking Libraries

Open mariari opened this issue 1 year ago • 1 comments

Currently we are using criterion to test rust programs. This programs seems quite nice for benchmarking programs, however I should conduct a study of available benchmarking tools.

Another important consideration is how do we benchmark programs not written in rust? It would be cool if we can get a csv file out of the times, and import it into some system, which does the statistical projection for us. This way all our statistics look and feel consistent.

mariari avatar Sep 06 '22 09:09 mariari