public
Description: Request profiler based on integration test scripts
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/rails/request_profiler.git
lifo (author)
Sun Jan 18 09:56:41 -0800 2009
commit  09872a9a7061892022b6729083371de8187d5ec7
tree    83a564d7ef87073669ac941969fd3e9386f5db2b
parent  42b661f4fb65f2c0f8de4db7f46326acbb6dcdf7
request_profiler / README
100644 29 lines (18 sloc) 0.496 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
RequestProfiler
===============
 
Request profiler based on integration test scripts.
 
Installation
============
  
  script/plugin install git://github.com/rails/request_profiler.git
  
Example Script
==============
 
  # profile_script.rb
  get '/'
  post '/user', :user => { :login => 'rails' }
 
Usage
=====
 
  script/performance/profiler profile_script.rb
  
Options
=======
  
  script/performance/profiler --help
  
Copyright (c) 2009 David Heinemeier Hansson, released under the MIT license