perfm 1.0.0 → 1.0.1
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/lib/perfm/version.rb +1 -1
- metadata +9 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ef68b271dfd1b7bfbb63fe7a2784542dc427a31cf42d6aba8c90362bc00329f
|
4
|
+
data.tar.gz: 1804ec9dd0719a84df8131d6e1ee53977de1dbca45389c1645e1a82716d119a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ecd1bb58c7192c39508b3b9b569c821a903873ed57d435b1de89f8d9f05320b0fdfbce98d7a8de8969a89daf0433a630030d6482440163a0384ec00d4544f4d8
|
7
|
+
data.tar.gz: 4172736677db78c8e0942e75cfb806fd0d6a9ea043394298f71a75f719b930c95bf0846f4a99ab22f4a10e4601f579459d525aa450403e619e6a68573c1a5647
|
data/lib/perfm/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: perfm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vishnu M
|
@@ -114,7 +114,7 @@ dependencies:
|
|
114
114
|
- - "~>"
|
115
115
|
- !ruby/object:Gem::Version
|
116
116
|
version: '1.21'
|
117
|
-
description:
|
117
|
+
description: Perfm aims to be a performance monitoring tool for Ruby on Rails applications.
|
118
118
|
email:
|
119
119
|
- vishnu.m@bigbinary.com
|
120
120
|
executables: []
|
@@ -147,13 +147,13 @@ files:
|
|
147
147
|
- lib/perfm/storage/base.rb
|
148
148
|
- lib/perfm/storage/local.rb
|
149
149
|
- lib/perfm/version.rb
|
150
|
-
homepage: https://github.com/
|
150
|
+
homepage: https://github.com/bigbinary/perfm
|
151
151
|
licenses:
|
152
152
|
- MIT
|
153
153
|
metadata:
|
154
|
-
homepage_uri: https://github.com/
|
155
|
-
source_code_uri: https://github.com/
|
156
|
-
changelog_uri: https://github.com/
|
154
|
+
homepage_uri: https://github.com/bigbinary/perfm
|
155
|
+
source_code_uri: https://github.com/bigbinary/perfm
|
156
|
+
changelog_uri: https://github.com/bigbinary/perfm/blob/master/CHANGELOG.md
|
157
157
|
post_install_message:
|
158
158
|
rdoc_options: []
|
159
159
|
require_paths:
|
@@ -172,5 +172,7 @@ requirements: []
|
|
172
172
|
rubygems_version: 3.4.1
|
173
173
|
signing_key:
|
174
174
|
specification_version: 4
|
175
|
-
summary:
|
175
|
+
summary: Perfm aims to be a performance monitoring tool for Ruby on Rails applications.
|
176
|
+
Currently, it has support for GVL instrumentation and provides analytics to help
|
177
|
+
optimize Puma thread concurrency settings based on the collected GVL data.
|
176
178
|
test_files: []
|