-
Notifications
You must be signed in to change notification settings - Fork 3
Description
We could generate more tests using EEST tools.
The advantage is that we could write tests in parallel when developing tests for the EIP, and specifically write tests that use the new EIPs functionality to consume a ton of gas, and also mark these tests using a special marker to fill only tests that are relevant to odometer.
We can export tests to the well-known state test format, or we could maybe generate a blockchain test that combines all odometer-marked tests in one big blockchain, and then odometer can benchmark how long it takes for the client to consume the entire blockchain.
First one could work out-of-the-box with current EEST functionality, while the second one requires modifications to the framework but I would think it's not too much.