lambdaclass / zksync_era_precompiles

Yul precompile library to speedup elliptic curves operations.
Apache License 2.0
51 stars 19 forks source link

Feature for gas reports generation along with the precompile tests #222

Open IAvecilla opened 9 months ago

IAvecilla commented 9 months ago

Right now, every time we run make test to test one or many precompiles, it also generates all the gas reports. It would be useful to add an extra feature to run along with the cargo test command to make the gas report generation optional, in case we only want to run the tests.