| Age | Commit message (Collapse) | Author |
|
Closes #31986.
References #31981.
|
|
|
|
|
|
|
|
rcov is not compatible with Ruby 2.0.
|
|
The areas that we are interested in optimizing for performance are
things that are invoked repeatedly, and are not evident in the test
suite.
|
|
|
|
`rake profile` will run ruby-prof on the test suite if the ruby-prof gem
is installed.
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
If the rcov gem is installed, `rake rcov` will generate a test coverage
report in the coverage directory.
I picked rcov because it is 1.8 compatible. But it could easily be
swapped out for another coverage tool.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|