Only insert in the benchmark. Keeps it pure (but the line gets long)

This commit is contained in:
Nathan Sobo 2012-11-02 15:43:05 -06:00
parent adbcb9f49e
commit 9bca73816c

View File

@ -95,9 +95,8 @@ describe "editor.", ->
editor.moveCursorToBeginningOfWord()
editor.setCursorScreenPosition(endPosition)
benchmark "insert-delete", 10, ->
benchmark "insert", ->
editor.insertText('x')
editor.backspace()
describe "TokenizedBuffer.", ->
describe "coffee-script-grammar.", ->