oasislabs / oasis-chain

🔗An Oasis Eth/WASI runtime simulator for local testing
GNU General Public License v3.0
6 stars 5 forks source link

E2E profiling for localchain #27

Open naheed opened 5 years ago

naheed commented 5 years ago

We have increase the timeout for testscripts from 2000s to 5000s.

We should profile localchain to understand what is causing the delay and if we can reduce it for a better dev experience.

peterjgilbert commented 5 years ago

We have switched from a debug to release build--this should help speed things up.

nhynes commented 5 years ago

(it is recommended to add priority and estimate)

nhynes commented 5 years ago

It's also not 2000ms it's 20,000ms (i.e. 20 seconds), which is gigantic. People shouldn't be running on toasters, yes, but there's also a tonne of overhead due to parity. memchain was supposed to address this, but we've seen how quickly that's getting done...