NethermindEth / cairo-vm-go

A virtual machine for Cairo written in Go
MIT License
70 stars 43 forks source link

FEAT : Benchmark for integration tests #477

Closed Sh0g0-1758 closed 1 week ago

Sh0g0-1758 commented 2 weeks ago

This PR aims to add a Benchmark for Integration tests.

TAdev0 commented 2 weeks ago

looks good overall! that way we ll have benchmarks for all cairo zero hints, and any cairo program we want

TAdev0 commented 2 weeks ago

@Sh0g0-1758 i just worked locally on a branch to run the rust VM as well in integration tests, as it is the one currently in production it might make sense to add it. Just wondering how to deal with workflow github action and running the rust vm

if we add the rust vm then we'll need to modify this as well to benchmark 3 runs