Skip to content

Commit

Permalink
Fix profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
irees committed Jun 22, 2017
1 parent 5fb6525 commit 2b2b6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/profile.rake
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ create_caltrain = Proc.new {
def run_and_report(feed_and_feed_version, args)
report = MemoryProfiler.report(allow_files: 'app') do
feed, feed_version = feed_and_feed_version.call
graph = GTFSGraph.new(feed, feed_version)
graph = GTFSGraphImporter.new(feed, feed_version)
graph.cleanup
graph.create_change_osr
end
Expand Down

0 comments on commit 2b2b6b9

Please sign in to comment.