From a8ba6773a7c08d0489c8fc9cdc62ebbfe9b8b3aa Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Thu, 23 Oct 2008 19:19:23 +0530 Subject: Add release notes --- railties/doc/guides/source/benchmarking_and_profiling/index.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'railties/doc/guides/source/benchmarking_and_profiling') 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' -- cgit v1.2.3