Files
atom/benchmark/benchmark-bootstrap.coffee
2013-10-02 13:40:33 -07:00

10 lines
250 B
CoffeeScript

Atom = require '../src/atom'
window.atom = new Atom()
{runSpecSuite} = require '../spec/jasmine-helper'
atom.openDevTools()
document.title = "Benchmark Suite"
benchmarkSuite = require.resolve('./benchmark-suite')
runSpecSuite(benchmarkSuite, true)