mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
10 lines
250 B
CoffeeScript
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)
|