Files
atom/benchmark/benchmark-bootstrap.coffee
2013-09-20 10:02:19 -07:00

9 lines
211 B
CoffeeScript

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