fixing typo
This commit is contained in:
parent
a95c8e68b5
commit
350507a66f
|
@ -11,7 +11,7 @@ var startTime;
|
||||||
var N = 1000000;
|
var N = 1000000;
|
||||||
|
|
||||||
startTime = new Date();
|
startTime = new Date();
|
||||||
f([N], function(v) { console.log("switch", v, new Date() - startTime); });
|
f([N], function(v) { console.log("functions", v, new Date() - startTime); });
|
||||||
|
|
||||||
|
|
||||||
var mul = function(x, y) { return x * y; }
|
var mul = function(x, y) { return x * y; }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user