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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/perfm/version.rb +1 -1
  3. metadata +9 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6e1cff83c55f6245ed510d9f41fe5c169a662173e243ba0e8fb58c10d3274933
4
- data.tar.gz: 3084b6db3933db8c23045b49374ac1474ad070b586a716452c095075be135a71
3
+ metadata.gz: 1ef68b271dfd1b7bfbb63fe7a2784542dc427a31cf42d6aba8c90362bc00329f
4
+ data.tar.gz: 1804ec9dd0719a84df8131d6e1ee53977de1dbca45389c1645e1a82716d119a6
5
5
  SHA512:
6
- metadata.gz: a511d3fbefdb4554f5f87fa27f09e3f1c64d590dcac763e9cc0ca8b9e53c867ccf80337ff465edd0bcd2b6a63f88b27277d26121cc0dd87abec6411bab1e7e3e
7
- data.tar.gz: cb3838701d25771a72c52866b6aaa7bddf215452f1980495c36854655da73ec254088a2e6d38d660e9b59242f5b6cd8f7db3001e74d7d89a2cf68eb76cee50f2
6
+ metadata.gz: ecd1bb58c7192c39508b3b9b569c821a903873ed57d435b1de89f8d9f05320b0fdfbce98d7a8de8969a89daf0433a630030d6482440163a0384ec00d4544f4d8
7
+ data.tar.gz: 4172736677db78c8e0942e75cfb806fd0d6a9ea043394298f71a75f719b930c95bf0846f4a99ab22f4a10e4601f579459d525aa450403e619e6a68573c1a5647
data/lib/perfm/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Perfm
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.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: Monitor Rails application performance metrics
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/vishnu-m/perfm
150
+ homepage: https://github.com/bigbinary/perfm
151
151
  licenses:
152
152
  - MIT
153
153
  metadata:
154
- homepage_uri: https://github.com/vishnu-m/perfm
155
- source_code_uri: https://github.com/vishnu-m/perfm
156
- changelog_uri: https://github.com/vishnu-m/perfm/blob/master/CHANGELOG.md
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: Everything Rails performance monitoring
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: []