http_loader 0.10.4 → 0.10.5

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
  SHA256:
3
- metadata.gz: b8a9ffafca7afe6085ef9541ecf00d8efe745702cd94ede8e5361e1be8a7b6a5
4
- data.tar.gz: 76a52012c495df34dad28b559b4b99537a502ed7a9af88b90d806e4a18dac178
3
+ metadata.gz: 0bd515094a3066f0c31884282cf29fd17cea575b43e9747869a041a9a257b168
4
+ data.tar.gz: 0ea636c4a73ec2e852a49951d26b55e2ce34236c77339588992c16a4cb3edf1e
5
5
  SHA512:
6
- metadata.gz: 3d997088d4ece3ccd822aa3778d3a03c76471715e82512cb84b2a9ed35b3481c65ad399b00bd50fddb401e9c9c23479185d4e5859e8ca6b9d971577c429845d0
7
- data.tar.gz: 5cd7efa2e470ee11d3610cc8bb3aab9d96c8d327824bb21b499669698d9e284aedd785d5290f03db26863ab2f049161f87d13f5f94ee0c820b861d41206f390a
6
+ metadata.gz: 661c68274e34c39deab5b8dd3c64e4e73aedf235a17a0d56e344a3375a4befe7b7e6b9efda88bade42582fb8866710aaaaee9526cbaf44227457fa38c9a949c8
7
+ data.tar.gz: e1fd1f43a424e84cf686ae61ec5ab895bea60e8fafe9d842cf67ad575dd69678cbf8b02ba96dff886a13542a075c131c93ca734c4803e5bb253695622c97a45c
checksums.yaml.gz.sig CHANGED
Binary file
data/http_loader.gemspec CHANGED
@@ -8,8 +8,13 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ['Vitalii Lazebnyi']
9
9
  spec.email = ['vitalii.lazebnyi.github@gmail.com']
10
10
 
11
- spec.summary = 'Keep-Alive High Concurrency Load Testing Framework'
12
- spec.description = 'A performance testing tool for HTTP/HTTPS.'
11
+ spec.summary = 'High-concurrency asynchronous load testing console tool for HTTP/HTTPS.'
12
+ spec.description = 'HttpLoader is a powerful, high-concurrency performance and load testing ' \
13
+ 'console tool. Built on asynchronous Ruby, it evaluates server limits by ' \
14
+ 'opening massive numbers of persistent connections and holding them open. ' \
15
+ 'It utilizes event-driven I/O with optional periodic ping requests to keep ' \
16
+ 'connections active, allowing you to rigorously benchmark maximum concurrent ' \
17
+ 'socket capacity with precision and minimal client-side overhead.'
13
18
  spec.homepage = 'https://github.com/VitaliiLazebnyi/http_loader'
14
19
  spec.license = 'MIT'
15
20
  spec.required_ruby_version = '>= 4.0'
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module HttpLoader
5
- VERSION = '0.10.4'
5
+ VERSION = '0.10.5'
6
6
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: http_loader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.4
4
+ version: 0.10.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vitalii Lazebnyi
@@ -315,7 +315,12 @@ dependencies:
315
315
  - - "~>"
316
316
  - !ruby/object:Gem::Version
317
317
  version: '0.8'
318
- description: A performance testing tool for HTTP/HTTPS.
318
+ description: HttpLoader is a powerful, high-concurrency performance and load testing
319
+ console tool. Built on asynchronous Ruby, it evaluates server limits by opening
320
+ massive numbers of persistent connections and holding them open. It utilizes event-driven
321
+ I/O with optional periodic ping requests to keep connections active, allowing you
322
+ to rigorously benchmark maximum concurrent socket capacity with precision and minimal
323
+ client-side overhead.
319
324
  email:
320
325
  - vitalii.lazebnyi.github@gmail.com
321
326
  executables:
@@ -375,5 +380,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
375
380
  requirements: []
376
381
  rubygems_version: 4.0.6
377
382
  specification_version: 4
378
- summary: Keep-Alive High Concurrency Load Testing Framework
383
+ summary: High-concurrency asynchronous load testing console tool for HTTP/HTTPS.
379
384
  test_files: []
metadata.gz.sig CHANGED
Binary file