Fix set evaluated tree performance tracking

This commit is contained in:
Hetu Nandu 2021-04-23 17:04:33 +05:30 committed by GitHub
parent ce4ae70377
commit 11e9276964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,7 +132,7 @@ function* evaluateTreeSaga(postEvalActions?: ReduxAction<unknown>[]) {
type: ReduxActionTypes.SET_EVALUATED_TREE,
payload: dataTree,
});
PerformanceTracker.startAsyncTracking(
PerformanceTracker.stopAsyncTracking(
PerformanceTransactionName.SET_EVALUATED_TREE,
);
yield put({