Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Sep 19, 2024
1 parent f85ad7a commit 56fad6b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export class TestExcludeService {
const filterCoverage = {};

for (const filterCoverageKey of Object.keys(coverage)) {
// TODO 当过滤条件特别多的时候,性能会很差,大概能达到3s的计算时间,所以得在消费的时候就落库概览数据,summarys
if (exclude.shouldInstrument(filterCoverageKey)) {
filterCoverage[filterCoverageKey] = coverage[filterCoverageKey];
}
Expand Down

0 comments on commit 56fad6b

Please sign in to comment.