Run more trials in benchmark that opens a 9k line file

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-05-14 15:43:53 -06:00
parent e8838b95fc
commit 550bd0a979

View File

@@ -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.", ->