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:
Corey Johnson
2012-05-15 10:16:12 -07:00
parent 80c066b03b
commit 6515cada2d

View File

@@ -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)