fix(core): register task timings correctly in task profiling life cycle (#16801)
This commit is contained in:
parent
c55630b4d6
commit
1d8be1c999
@ -26,7 +26,7 @@ export class TaskProfilingLifeCycle implements LifeCycle {
|
|||||||
this.registerGroup(groupId);
|
this.registerGroup(groupId);
|
||||||
}
|
}
|
||||||
for (let t of tasks) {
|
for (let t of tasks) {
|
||||||
this.timings[`${t.target.project}:${t.target.target}`] = {
|
this.timings[t.id] = {
|
||||||
perfStart: performance.now(),
|
perfStart: performance.now(),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user