/
githubmirror
/
moment
Обзор
Документация
Войти
/
githubmirror
/
moment
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
benchmarks/clone.js
10 строк
226 B
Brian Wyant
perf: add duration benchmark, cleanup benchmarking output
13 июл 2015, 03:00
13 июл 2015, 03:00
fe43941
Код
Авторство
О чём код?
var Benchmark = require('benchmark'), moment = require("./../moment.js"), base = moment('2013-05-25'); module.exports = { name: 'clone', onComplete: function(){}, fn: function(){base.clone();}, async: true };