aboutsummaryrefslogtreecommitdiffstats
path: root/library/moment/benchmarks/makeDuration.js
diff options
context:
space:
mode:
Diffstat (limited to 'library/moment/benchmarks/makeDuration.js')
-rw-r--r--library/moment/benchmarks/makeDuration.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/library/moment/benchmarks/makeDuration.js b/library/moment/benchmarks/makeDuration.js
deleted file mode 100644
index 9c2e8003f..000000000
--- a/library/moment/benchmarks/makeDuration.js
+++ /dev/null
@@ -1,11 +0,0 @@
-var Benchmark = require('benchmark'),
- moment = require('./../moment.js');
-
-module.exports = {
- name: 'makeDuration',
- onComplete: function(){},
- fn: function(){
- moment.duration(5, 'years');
- },
- async: true
-};