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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9cf1b871ce8c7deffce17de7637c74d793a3a9e0
4
- data.tar.gz: c46cba5071f6d1feeb3a9e298b98ef2cde8337c6
3
+ metadata.gz: 8b976cfecb34ae2e8c405bc7ad3aa3a030850174
4
+ data.tar.gz: a5fb83252151a6f084d05bea7309aa2825a24f0d
5
5
  SHA512:
6
- metadata.gz: 8423754dffa98ae1667bd95a71d645f3114b3d2b42a9abd5d08f947f51bd2f5f7d771d33451a290f8344eded7eb5c7ffcc4e9e266641ec3f9e8e9eef26bb45f7
7
- data.tar.gz: 542ee58f5378918bf2558448d9e691d9b9f38d6df700429839998180a5aec7919eae74fb9cea199b09d7f158771e0421fe1e7155cd1ba6e1f062ea3f74018aca
6
+ metadata.gz: 5451c014af77280b11a4a595d2a0297f2246891b89e23ca256df9b3306b819379c91c30915848ede095316b545127a866ca5e1f3b9da820fad2bd7f26f4490f7
7
+ data.tar.gz: 6e42ef879390e7334a776ebf477359c768d3bf7bc628c291474a69f9d679af8b3e46529ea75ddf217c8dda9d453b0c0ca159d7448fd3e7b49194a9a9a64986a6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # A Log of Changes!
2
2
 
3
+ ## [1.1.3] - 2015-10-15
4
+
5
+ - Update docs
6
+
3
7
  ## [1.1.2] - 2015-10-05
4
8
 
5
9
  - Added ability to use TEST_COUNT environment variable with `perf:heap`.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- derailed_benchmarks (1.1.2)
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.4)
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
- $ heap_inspect --help
297
+ $ heapy --help
299
298
  ```
300
299
 
301
300
  ### Memory Is large at boot.
@@ -1,3 +1,3 @@
1
1
  module DerailedBenchmarks
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.3"
3
3
  end
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.2
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-05 00:00:00.000000000 Z
11
+ date: 2015-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: heapy