All Versions
28
Latest Version
Avg Release Cycle
29 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v1.3.0 Changes
January 07, 2015- ๐ Allow environment variable to skip Active Record setup.
- ๐ Allow Rack 2 to work with Derailed.
-
v1.1.3 Changes
October 15, 2015- โก๏ธ Update docs
-
v1.1.2 Changes
October 05, 2015- โ Added ability to use TEST_COUNT environment variable with
perf:heap
.
- โ Added ability to use TEST_COUNT environment variable with
-
v1.1.1 Changes
October 01, 2015- โ Added ability to create a heap dump
perf:heap
.
- โ Added ability to create a heap dump
-
v1.1.0 Changes
September 09, 2015- Set custom auth user using a lambda in perf.rake
- Changed
perf:ram_over_time
changed toperf:mem_over_time
- ๐ Fixed gem warnings
-
v1.0.1 Changes
June 20, 2015bundle:mem
and similar tasks now keep track of duplicate requires and display them along side of memory requirements. This makes it easier to identify where components are used by multiple libraries- โ Add rake to gemspec which gets rid of
Unresolved specs during Gem::Specification.reset:
warning - Outputs of memory are now done in mebibytes, a more accurate unit for the value we're measuring (hint: it's what you think MB is).
-
v1.0.0 Changes
May 14, 2015- โ Added
derailed
command line utility. Can be used with just a Gemfile using command$ derailed bundle:mem
and$ derailed bundle:objects
. All existing Rake tasks can now be called with$ derailed exec
such as$ derailed exec perf:mem
. - ๐ Changed memory_profiler task to be
perf:objects
instead ofperf:mem
. - ๐ Changed boot time memory measurement to
perf:mem
instead ofperf:require_bench
- ๐ Released seperate derailed gem that is a wrapper for this gem. I.e. installing that gem installs this one. Easier to remember, less words to type. Also means there's no colision using the
derailed
namespace for executables inside of thederailed_benchmarks
.
- โ Added
-
v0.0.0 Changes
August 15, 2014- ๐ Initial release