Skip to content

Commit

Permalink
Remove bad perf metric
Browse files Browse the repository at this point in the history
Remove a bad perf metric. Will investigate later.
  • Loading branch information
petehunt authored and zpao committed Jun 15, 2014
1 parent e1c2d02 commit c93583c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/test/ReactDefaultPerf.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,8 @@ var ReactDefaultPerf = {
'Instances': item.count
};
}));
console.log(
'Total time:',
ReactDefaultPerfAnalysis.getTotalTime(measurements).toFixed(2) + ' ms'
);
// TODO: ReactDefaultPerfAnalysis.getTotalTime() does not return the correct
// number.
},

printInclusive: function(measurements) {
Expand Down

0 comments on commit c93583c

Please sign in to comment.