mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Only insert in the benchmark. Keeps it pure (but the line gets long)
This commit is contained in:
@@ -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.", ->
|
||||
|
||||
Reference in New Issue
Block a user