This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Apparent performance test regression in JS Quick Edit when Tern doesn't find results #3961
Open
Description
- Run the JS Quick Edit Performance test (under the Performance tab) in sprint 24 and in sprint 25
Result: Major performance regression in sprint 25--from a few hundred ms in sprint 24 to >2 seconds each in sprint 25.
It looks like the case we're testing is one where Tern doesn't find anything, so is falling back to the old code. But it seems to take a long time to figure out that it can't find anything.