Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add benchmark helper that works in erb | Sergey Nartimov | 2012-01-07 | 1 | -0/+13 |
| | |||||
* | Unify benchmark APIs. | José Valim | 2009-10-15 | 1 | -54/+0 |
| | |||||
* | ActionPack components should no longer have undeclared dependencies. | Yehuda Katz + Carl Lerche | 2009-06-08 | 1 | -1/+1 |
| | | | | | | | * Tests can be run in isolation * Dependencies added * A few tests modified to avoid depending on AS deps not depended on my files they were testing | ||||
* | Added :silence option to BenchmarkHelper#benchmark and turned log_level into ↵ | David Heinemeier Hansson | 2009-01-01 | 1 | -4/+25 |
| | | | | a hash parameter and deprecated the old use [DHH] | ||||
* | Benchmark.ms | Jeremy Kemper | 2008-12-09 | 1 | -3/+3 |
| | |||||
* | Use a more sensible resolution on the new millisecond benchmarks | David Heinemeier Hansson | 2008-09-05 | 1 | -2/+2 |
| | |||||
* | Changed all benchmarking reports to be in milliseconds | David Heinemeier Hansson | 2008-09-05 | 1 | -3/+3 |
| | |||||
* | Fixed tests (and the weird assumption that no logger would mean that the ↵ | David Heinemeier Hansson | 2008-04-30 | 1 | -1/+1 |
| | | | | code wasnt run) | ||||
* | Fixed that BenchmarkHelper should use controller.logger instead of @logger ↵ | David Heinemeier Hansson | 2008-04-27 | 1 | -3/+5 |
| | | | | (which now apparently is gone) | ||||
* | Massive documentation update for all helpers (closes #8223, #8177, #8175, ↵ | David Heinemeier Hansson | 2007-06-23 | 1 | -5/+12 |
| | | | | | | #8108, #7977, #7972, #7971, #7969) [jeremymcanally] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7106 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | benchmark helper takes an optional log level, defaults to :info. Chose ↵ | Jeremy Kemper | 2005-07-05 | 1 | -9/+9 |
| | | | | | | symbols log levels rather than Logger::FOO constants for simplicity. Added benchmark helper test suite. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1719 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fix syntax error | David Heinemeier Hansson | 2005-07-05 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1715 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Changed logging of SQL statements to use the DEBUG level instead of INFO. ↵ | David Heinemeier Hansson | 2005-07-05 | 1 | -1/+1 |
| | | | | | | Added logging of the request URI in the benchmark statement (makes it easy to grep for slow actions). Changed the default logging level in config/environment.rb to INFO for production (so SQL statements won't be logged) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1714 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Dont benchmark if the logger has been turned off | David Heinemeier Hansson | 2005-05-02 | 1 | -0/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1269 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added BenchmarkHelper that can measure the execution time of a block in a ↵ | David Heinemeier Hansson | 2005-04-27 | 1 | -0/+22 |
template and reports the result to the log git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1240 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |