mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Run more trials in benchmark that opens a 9k line file
This commit is contained in:
@@ -43,7 +43,7 @@ describe "editor.", ->
|
||||
editor.backspace()
|
||||
|
||||
describe "9000-line-file.", ->
|
||||
benchmark "opening.", 1, ->
|
||||
benchmark "opening.", 5, ->
|
||||
editor.setBuffer new Buffer(require.resolve('fixtures/huge.js'))
|
||||
|
||||
describe "after-opening.", ->
|
||||
|
||||
Reference in New Issue
Block a user