mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
14 lines
342 B
CoffeeScript
14 lines
342 B
CoffeeScript
require '../src/window'
|
|
Atom = require '../src/atom'
|
|
atom = new Atom()
|
|
atom.show() unless atom.getLoadSettings().exitWhenDone
|
|
window.atom = atom
|
|
|
|
{runSpecSuite} = require '../spec/jasmine-helper'
|
|
|
|
atom.openDevTools()
|
|
|
|
document.title = "Benchmark Suite"
|
|
benchmarkSuite = require.resolve('./benchmark-suite')
|
|
runSpecSuite(benchmarkSuite, true)
|