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.
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 thecargo test
command to make the gas report generation optional, in case we only want to run the tests.