a16z / jolt

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

feat(bench): Add callgrind benches for jolt-core #301

Closed PatStiles closed 4 months ago

PatStiles commented 4 months ago

Adds benches for iai-callgrind in jolt-core as outlined in #291.

I had an issue importing the msm module so I created a separate benches folder in jolt-core, happy to refactor this or adjust the path.

Screenshot 2024-04-16 at 20 03 20
moodlezoup commented 4 months ago

Thank you! Just a quick cargo fmt and I'll merge this

PatStiles commented 4 months ago

@moodlezoup Done!