benchmark-memory 0.1.1 → 0.1.2
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 +7 -1
- data/lib/benchmark/memory/job/io_output/entry_formatter.rb +1 -0
- data/lib/benchmark/memory/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce1d2f5bdcc1fbcd47258b0baa40270454220de4
|
4
|
+
data.tar.gz: 624cd04313af120944dcbe193dcace591a980a17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 07cae3b39fdaac96b4f9601288cc5972db7bb8cd14a3a71d3c55d300c22e7a850db993efae450727b27a73fe29ab2e6a3b6a3dece852adb783bee25ced15c023
|
7
|
+
data.tar.gz: 33c02f69a9a8cca90bd528445447cce532cf93d188acc43fdd5abf3fac6cb4746c1788f35d035893f4fbd033ff652ec780195b4fc77b31c9e069d454e577afc7
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This projec
|
|
4
4
|
|
5
5
|
[semver]: http://semver.org/spec/v2.0.0.html
|
6
6
|
|
7
|
+
## [0.1.2] - 2017-01-30
|
8
|
+
|
9
|
+
### Fixed
|
10
|
+
|
11
|
+
- [#4](https://github.com/michaelherold/benchmark-memory/pull/4): Fix a small bug when StringIO wasn't properly required - [@rzane](https://github.com/rzane).
|
12
|
+
|
7
13
|
## [0.1.1] - 2016-06-10
|
8
14
|
|
9
15
|
### Fixed
|
@@ -18,6 +24,6 @@ All notable changes to this project will be documented in this file. This projec
|
|
18
24
|
- Holding results between invocations for measuring implementations on different versions of Ruby or different versions of libraries.
|
19
25
|
- Quiet mode, with no command line output.
|
20
26
|
|
27
|
+
[0.1.2]: https://github.com/michaelherold/benchmark-memory/compare/v0.1.1...v0.1.2
|
21
28
|
[0.1.1]: https://github.com/michaelherold/benchmark-memory/compare/v0.1.0...v0.1.1
|
22
29
|
[0.1.0]: https://github.com/michaelherold/benchmark-memory/tree/v0.1.0
|
23
|
-
[unreleased]: https://github.com/michaelherold/benchmark-memory/compare/v0.1.1...HEAD
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: benchmark-memory
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Herold
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-01-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: memory_profiler
|
@@ -93,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
93
|
version: '0'
|
94
94
|
requirements: []
|
95
95
|
rubyforge_project:
|
96
|
-
rubygems_version: 2.
|
96
|
+
rubygems_version: 2.6.7
|
97
97
|
signing_key:
|
98
98
|
specification_version: 4
|
99
99
|
summary: Benchmark-style memory profiling for Ruby 2.1+
|