summaryrefslogtreecommitdiff
path: root/date-fns/benchmark.js
diff options
context:
space:
mode:
Diffstat (limited to 'date-fns/benchmark.js')
-rw-r--r--date-fns/benchmark.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/date-fns/benchmark.js b/date-fns/benchmark.js
new file mode 100644
index 0000000..2d65f5d
--- /dev/null
+++ b/date-fns/benchmark.js
@@ -0,0 +1,2 @@
+var testsContext = require.context('./src/', true, /\/benchmark\.js$/)
+testsContext.keys().forEach(testsContext)