mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
check to see if the build passes without the 9000-line-file.after-opening.move-to-beginning-of-word benchmark
This commit is contained in:
@@ -66,13 +66,13 @@ describe "editor.", ->
|
||||
fbenchmark "move-down-and-scroll", 300, ->
|
||||
editor.trigger 'move-down'
|
||||
|
||||
describe "at-eof.", ->
|
||||
endPosition = null
|
||||
# describe "at-eof.", ->
|
||||
# endPosition = null
|
||||
|
||||
beforeEach ->
|
||||
editor.moveCursorToBottom()
|
||||
endPosition = editor.getCursorScreenPosition()
|
||||
# beforeEach ->
|
||||
# editor.moveCursorToBottom()
|
||||
# endPosition = editor.getCursorScreenPosition()
|
||||
|
||||
benchmark "move-to-beginning-of-word", ->
|
||||
editor.moveCursorToBeginningOfWord()
|
||||
editor.setCursorScreenPosition(endPosition)
|
||||
# benchmark "move-to-beginning-of-word", ->
|
||||
# editor.moveCursorToBeginningOfWord()
|
||||
# editor.setCursorScreenPosition(endPosition)
|
||||
|
||||
Reference in New Issue
Block a user