Correctly bootstrap the benchmarks
Esse commit está contido em:
@@ -1,6 +1,6 @@
|
|||||||
require '../src/window'
|
require '../src/window'
|
||||||
Atom = require '../src/atom'
|
Atom = require '../src/atom'
|
||||||
atom = new Atom()
|
window.atom = Atom.loadOrCreate('spec')
|
||||||
atom.show() unless atom.getLoadSettings().exitWhenDone
|
atom.show() unless atom.getLoadSettings().exitWhenDone
|
||||||
window.atom = atom
|
window.atom = atom
|
||||||
|
|
||||||
@@ -9,5 +9,4 @@ window.atom = atom
|
|||||||
atom.openDevTools()
|
atom.openDevTools()
|
||||||
|
|
||||||
document.title = "Benchmark Suite"
|
document.title = "Benchmark Suite"
|
||||||
benchmarkSuite = require.resolve('./benchmark-suite')
|
runSpecSuite('../benchmark/benchmark-suite', atom.getLoadSettings().logFile)
|
||||||
runSpecSuite(benchmarkSuite, true)
|
|
||||||
|
|||||||
Referência em uma Nova Issue
Bloquear um usuário