File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ module.exports.getHumanOutput = outputObj => {
4343 b ( humanTime ( loaderObj . activeTime ) , loaderObj . activeTime ) ;
4444 output += "\n" ;
4545 output +=
46- " mean = " + humanTime ( loaderObj . averages . median ) + ",\n" ;
46+ " median = " + humanTime ( loaderObj . averages . median ) + ",\n" ;
4747 output +=
48- " median = " + humanTime ( loaderObj . averages . mean ) + ",\n" ;
48+ " mean = " + humanTime ( loaderObj . averages . mean ) + ",\n" ;
4949 if ( typeof loaderObj . averages . variance === "number" )
5050 output +=
5151 " s.d = " +
Original file line number Diff line number Diff line change 11{
22 "name" : " speed-measure-webpack-plugin" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " A Webpack plugin, to help measure the speed of your other loaders and plugins" ,
55 "main" : " index.js" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments