From 6515cada2d22eff6036c02d52db37a471bd220ae Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Tue, 15 May 2012 10:16:12 -0700 Subject: [PATCH] check to see if the build passes without the 9000-line-file.after-opening.move-to-beginning-of-word benchmark --- benchmark/benchmark-suite.coffee | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/benchmark/benchmark-suite.coffee b/benchmark/benchmark-suite.coffee index 18036d3ce..9dac9003a 100644 --- a/benchmark/benchmark-suite.coffee +++ b/benchmark/benchmark-suite.coffee @@ -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)