mirror of
https://github.com/atom/atom.git
synced 2026-01-20 04:18:01 -05:00
13 lines
352 B
CoffeeScript
13 lines
352 B
CoffeeScript
require '../src/window'
|
|
Atom = require '../src/atom'
|
|
window.atom = Atom.loadOrCreate('spec')
|
|
atom.show() unless atom.getLoadSettings().exitWhenDone
|
|
window.atom = atom
|
|
|
|
{runSpecSuite} = require '../spec/jasmine-helper'
|
|
|
|
atom.openDevTools()
|
|
|
|
document.title = "Benchmark Suite"
|
|
runSpecSuite('../benchmark/benchmark-suite', atom.getLoadSettings().logFile)
|