NethermindEth / cairo-vm-go

A virtual machine for Cairo written in Go
MIT License
82 stars 50 forks source link

chore: move big_fib benchmark file to the right folder #596

Closed TAdev0 closed 4 months ago

TAdev0 commented 4 months ago

Currently, big_fib.cairo dedicated to benchmark is in a folder that is just unused in our repo. This PR moves this file in the cairo_zero_file_tests folder, which includes cairo files that dont use hints.

The downside is that it takes more than one minute to run this file with make integration, but given the fact that there is a PR to create a separate makefile command for benchmarking integration tests, it might make sense to move it now

dont know @cicr99 @har777 @MaksymMalicki what do you think?