mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-28 17:13:45 +03:00
Fail if the benchmarks fail
This commit is contained in:
parent
d9dbca122f
commit
aed346cfcf
@ -63,7 +63,7 @@ describe "editor.", ->
|
||||
beforeEach ->
|
||||
editor.setCursorScreenPosition([editor.getLastVisibleScreenRow(), 0])
|
||||
|
||||
fbenchmark "move-down-and-scroll", 300, ->
|
||||
benchmark "move-down-and-scroll", 300, ->
|
||||
editor.trigger 'move-down'
|
||||
|
||||
describe "at-eof.", ->
|
||||
|
@ -10,6 +10,6 @@ system 'ssh',
|
||||
'-o', 'StrictHostKeyChecking=no',
|
||||
'-p', '6000',
|
||||
'atom.githubapp.com',
|
||||
"cd /Users/github/code/atom && git fetch -q origin && git reset -q --hard #{sha} && rake test && ( rake benchmark || echo 'benchmark failed' )"
|
||||
"cd /Users/github/code/atom && git fetch -q origin && git reset -q --hard #{sha} && rake test && rake benchmark"
|
||||
|
||||
exit $?.exitstatus
|
Loading…
Reference in New Issue
Block a user