diff --git a/benchmark/benchmark-suite.coffee b/benchmark/benchmark-suite.coffee index 40b6ce5be..f08877ebf 100644 --- a/benchmark/benchmark-suite.coffee +++ b/benchmark/benchmark-suite.coffee @@ -49,7 +49,7 @@ describe "editor.", -> describe "after-opening.", -> beforeEach -> - editor.edit rootView.project.open('fixtures/huge.js') + editor.edit rootView.project.open('huge.js') benchmark "moving-to-eof.", 1, -> editor.moveCursorToBottom()