derailed_benchmarks 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +2 -2
- data/README.md +1 -2
- data/lib/derailed_benchmarks/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8b976cfecb34ae2e8c405bc7ad3aa3a030850174
|
|
4
|
+
data.tar.gz: a5fb83252151a6f084d05bea7309aa2825a24f0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5451c014af77280b11a4a595d2a0297f2246891b89e23ca256df9b3306b819379c91c30915848ede095316b545127a866ca5e1f3b9da820fad2bd7f26f4490f7
|
|
7
|
+
data.tar.gz: 6e42ef879390e7334a776ebf477359c768d3bf7bc628c291474a69f9d679af8b3e46529ea75ddf217c8dda9d453b0c0ca159d7448fd3e7b49194a9a9a64986a6
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
derailed_benchmarks (1.1.
|
|
4
|
+
derailed_benchmarks (1.1.3)
|
|
5
5
|
benchmark-ips (~> 2)
|
|
6
6
|
get_process_mem (~> 0)
|
|
7
7
|
heapy (~> 0)
|
|
@@ -67,7 +67,7 @@ GEM
|
|
|
67
67
|
mail (2.5.4)
|
|
68
68
|
mime-types (~> 1.16)
|
|
69
69
|
treetop (~> 1.4.8)
|
|
70
|
-
memory_profiler (0.9.
|
|
70
|
+
memory_profiler (0.9.5)
|
|
71
71
|
mime-types (1.25.1)
|
|
72
72
|
mini_portile (0.6.2)
|
|
73
73
|
multi_json (1.11.0)
|
data/README.md
CHANGED
|
@@ -275,7 +275,6 @@ This is is similar to `$ bundle exec derailed bundle:objects` however it include
|
|
|
275
275
|
|
|
276
276
|
If you're still struggling with runtime memory you can generate a heap dump that can later be analyzed using [heap_inspect](https://github.com/schneems/heap_inspect).
|
|
277
277
|
|
|
278
|
-
|
|
279
278
|
```
|
|
280
279
|
$ bundle exec derailed exec perf:heap
|
|
281
280
|
Booting: production
|
|
@@ -295,7 +294,7 @@ Try uploading "tmp/2015-10-01T12:31:03-05:00-heap.dump" to http://tenderlove.git
|
|
|
295
294
|
For more help on getting data from a heap dump see
|
|
296
295
|
|
|
297
296
|
```
|
|
298
|
-
$
|
|
297
|
+
$ heapy --help
|
|
299
298
|
```
|
|
300
299
|
|
|
301
300
|
### Memory Is large at boot.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: derailed_benchmarks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richard Schneeman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-10-
|
|
11
|
+
date: 2015-10-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: heapy
|