mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03: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)
|