add a performance test for syntax tree diffing #459
Labels
Area-IDE
Feature Request
help wanted
The issue is "up for grabs" - add a comment if you are interested in working on it
Tenet-Performance
Regression in measured performance of the product from goals.
Milestone
syntax tree diffing is used in many places in IDE. even for things like VB auto commit which will run on UI thread.(but cancellable)
like incremental parsing perf test in compiler perf test, we should have tree diffing perf tests for unrelated tree (no green node sharing) and related tree (green node sharing most likely due to incremental parsing)
...
also, we have 2 different diffing mechanism. one for most of IDE uses (fast but less accurate by using green node comparison) and more accurate one (but uses red node) used by Enc.
it would be nice if we have perf tests for both of cases since it is used heavily by IDE.
The text was updated successfully, but these errors were encountered: