mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
9 lines
218 B
CoffeeScript
9 lines
218 B
CoffeeScript
require '../src/atom'
|
|
{runSpecSuite} = require '../spec/jasmine-helper'
|
|
|
|
atom.openDevTools()
|
|
|
|
document.title = "Benchmark Suite"
|
|
benchmarkSuite = require.resolve('./benchmark-suite')
|
|
runSpecSuite(benchmarkSuite, true)
|