Skip to content

Commit c93583c

Browse files
petehuntzpao
authored andcommitted
Remove bad perf metric
Remove a bad perf metric. Will investigate later.
1 parent e1c2d02 commit c93583c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/test/ReactDefaultPerf.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,8 @@ var ReactDefaultPerf = {
7070
'Instances': item.count
7171
};
7272
}));
73-
console.log(
74-
'Total time:',
75-
ReactDefaultPerfAnalysis.getTotalTime(measurements).toFixed(2) + ' ms'
76-
);
73+
// TODO: ReactDefaultPerfAnalysis.getTotalTime() does not return the correct
74+
// number.
7775
},
7876

7977
printInclusive: function(measurements) {

0 commit comments

Comments
 (0)