Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HTML Reporter: Faster "Hide passed" toggling on large test suites
Optimize the hidepassed click handler for large test suites by avoiding internal function call overhead for the iterator, as well as copying cost for the array. Shaves off ~100ms milliseconds on the q4000 demo 1.65s to 1.5s (Chrome, CPU throttle 6x), and seems to defer some unattributed costs to outside the critical path. Cherry-picked from a729421 (3.0.0-dev).
- Loading branch information