Skip to content

Releases: anoma/zkp-compiler-shootout

V0.2.0

26 Sep 23:21
Compare
Choose a tag to compare

V0.2.0

Backend Changes

  • Add vampir to the =all_compilers= flag, as it properly compiles
  • split vampir into halo2 and plonk, as we now have 2 different
    vampir backends
  • Triton upgraded to version v0.33!
  • Risc0 upgraded to v0.18.0!

Benchmarking Changes

  • Reduce the sample size to 10, as running all the benchmarks takes
    quite a while.

Miscellaneous Changes

  • Removed old log files
  • Moved to rust stable for the locked toolchain

V0.1.0

08 May 02:55
Compare
Choose a tag to compare

First release

The benchmarker is stable, and feature flags make using the benchmark quite easy.

All backends can be run this release with the exception of vampir It seems it runs into a trimming degree issue, and is thus not included on the automated results.

However running any example locally is easy this release