diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2008-10-23 19:14:42 +0530 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2008-10-23 19:14:42 +0530 |
commit | 1662e297ee1f2b1857b5e9937cb496b8390394a0 (patch) | |
tree | f1cc87f521c3d9f91f72b12a41aaf2a2d40473b2 /railties/doc/guides/source/benchmarking_and_profiling | |
parent | 079b5bf7a5e95c9e9c106b1ad460cc91a00e7b53 (diff) | |
download | rails-1662e297ee1f2b1857b5e9937cb496b8390394a0.tar.gz rails-1662e297ee1f2b1857b5e9937cb496b8390394a0.tar.bz2 rails-1662e297ee1f2b1857b5e9937cb496b8390394a0.zip |
Add release notes and stuff
Diffstat (limited to 'railties/doc/guides/source/benchmarking_and_profiling')
-rw-r--r-- | railties/doc/guides/source/benchmarking_and_profiling/index.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/railties/doc/guides/source/benchmarking_and_profiling/index.txt b/railties/doc/guides/source/benchmarking_and_profiling/index.txt index 15bf7f6a20..ef45ff62c6 100644 --- a/railties/doc/guides/source/benchmarking_and_profiling/index.txt +++ b/railties/doc/guides/source/benchmarking_and_profiling/index.txt @@ -204,11 +204,12 @@ Rails provides a simple generator for creating new performance tests: [source, shell] ---------------------------------------------------------------------------- -[User profiling_tester (master)]$ script/generate performance_test homepage +[lifo@null application (master)]$ script/generate performance_test homepage ---------------------------------------------------------------------------- This will generate +test/performance/homepage_test.rb+: +[source, ruby] ---------------------------------------------------------------------------- require 'test_helper' require 'performance_test_help' |