2019-07-14 20:37:26 +02:00

7 lines
186 B
JavaScript

import _ from 'lodash'
import process from 'process'
const benchmark = require('benchmark')
export const Benchmark = benchmark.runInContext({ _, process })
window.Benchmark = Benchmark