Cross platform interface to the DOM performance API
npm install performance-apiCross platform access to the browser [performance API][1] which is
needed for implementing accurate convergences and deadlines.
`` js`
import { performance, PerformanceObserver } from 'performance-ponyfill';
[1]: https://developer.mozilla.org/en-US/docs/Web/API/Performance
` sh``
$ yarn test