a16z / jolt

The simplest and most extensible zkVM. Fast and fully open source from a16z crypto and friends. ⚡
https://jolt.a16zcrypto.com
MIT License
587 stars 106 forks source link

move iai-callgrind to dev-depencency #359

Closed flyq closed 2 months ago

flyq commented 2 months ago

The only place where iai-callgrind is used is jolt-core/bench/iai.rs, which is outside of jolt-core/src and should be moved into dev-depencency

And, similar to criterion, it will cause jolt to fail to compile into wasm https://github.com/a16z/jolt/issues/345