From bfe426a83bfcd32bac22bc06cccb15f15a9f9450 Mon Sep 17 00:00:00 2001 From: ARC Date: Mon, 4 May 2015 04:32:51 -0400 Subject: Events Graphs now supports time based filters (using the excellent moment library) --- www/lib/moment/benchmarks/clone.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 www/lib/moment/benchmarks/clone.js (limited to 'www/lib/moment/benchmarks/clone.js') diff --git a/www/lib/moment/benchmarks/clone.js b/www/lib/moment/benchmarks/clone.js new file mode 100644 index 00000000..e8a61f3d --- /dev/null +++ b/www/lib/moment/benchmarks/clone.js @@ -0,0 +1,10 @@ +var Benchmark = require('benchmark'), + moment = require("./../moment.js"), + base = moment('2013-05-25'); + +module.exports = { + name: 'clone', + onComplete: function(){console.log('done');}, + fn: function(){base.clone();}, + async: true +}; -- cgit v1.2.3