pulsar/benchmark/benchmark-bootstrap.coffee
2013-10-07 10:28:09 -07:00

12 lines
258 B
CoffeeScript

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