mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 18:37:50 +00:00
Cleanup pref.'s style and add comment.
Former-commit-id: ab01044b50ef4a6d447e3e937c31cf5747b3113b
This commit is contained in:
@@ -75,6 +75,7 @@
|
|||||||
} else {
|
} else {
|
||||||
console.log(fastest + ' is the fastest.');
|
console.log(fastest + ' is the fastest.');
|
||||||
}
|
}
|
||||||
|
// add score adjusting for maring of error
|
||||||
score.lodash += Math.floor(1 / (this[0].stats.mean + this[0].stats.moe));
|
score.lodash += Math.floor(1 / (this[0].stats.mean + this[0].stats.moe));
|
||||||
score.underscore += Math.floor(1 / (this[1].stats.mean + this[1].stats.moe));
|
score.underscore += Math.floor(1 / (this[1].stats.mean + this[1].stats.moe));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user