mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
6 lines
131 B
CoffeeScript
6 lines
131 B
CoffeeScript
require 'atom'
|
|
{runSpecSuite} = require 'jasmine-helper'
|
|
|
|
document.title = "Benchmark Suite"
|
|
runSpecSuite("benchmark-suite", true)
|