-
-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More speed-up for TestCase filtering on the TestPlan view page
building upon the previous change we now either show or hide rows on screen depending on what the actual result set is. When the rows which match the filter are less than the ones which don't we display only them. Else we display everything and hide the rows which don't match the filter. This always results in the minimum number of display updates. For the extreme scenario where 990/1000 rows match is_automated=false this provides 30x improvement! WARNING: for scenarios which are not on the extreme case, yet still result in 100s of rows that need to be displayed this commit does not offer any optimization compared to the previous one!
- Loading branch information
Showing
1 changed file
with
71 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters