GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of cainlevy/benchmarkforrails
Description: configurable benchmarking for rails -- Updated for Edge Rails 2.1+
Clone URL: git://github.com/DrMark/benchmarkforrails.git
fixing init.rb for rails 2.1
cainlevy (author)
Thu Jun 26 10:00:55 -0700 2008
commit  4a818828ee4c1684ea7e0aa0ed94104b1bad0f64
tree    ddcc578c782f4d93e5c008402451cec78338e5a5
parent  545f573e496cc3d9c9ac9fc6f6d175cdad2df251
...
10
11
12
13
 
 
14
15
16
...
10
11
12
 
13
14
15
16
17
0
@@ -10,7 +10,8 @@ BenchmarkForRails.watch("action", ActionController::Base, :perform_action)
0
 # Tries to give some perspective on how much time is tied up in reloading the
0
 # application for development mode.
0
 if RAILS_ENV == 'development'
0
- BenchmarkForRails.watch("development mode", Dispatcher, :prepare_application)
0
+ BenchmarkForRails.watch("development mode", Dispatcher, :reload_application)
0
+ BenchmarkForRails.watch("development mode", Dispatcher, :cleanup_application)
0
 end
0
 
0
 # Session management is normally small, although sometimes it's still a

Comments

    No one has commented yet.