summaryrefslogtreecommitdiff
path: root/date-fns/src/endOfToday/benchmark.js
blob: 515c52860d50311241885c50543cf98d10b3ade8 (plain)
1
2
3
4
5
6
7
8
9
// @flow
/* eslint-env mocha */
/* global suite, benchmark */

import endOfToday from '.'

suite('endOfToday', () => {
  benchmark('date-fns', () => endOfToday())
})