http_loader 0.10.3 → 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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/http_loader.gemspec +7 -2
- data/lib/http_loader/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +8 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0bd515094a3066f0c31884282cf29fd17cea575b43e9747869a041a9a257b168
|
|
4
|
+
data.tar.gz: 0ea636c4a73ec2e852a49951d26b55e2ce34236c77339588992c16a4cb3edf1e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 = '
|
|
12
|
-
spec.description = '
|
|
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'
|
data/lib/http_loader/version.rb
CHANGED
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
|
+
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:
|
|
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:
|
|
383
|
+
summary: High-concurrency asynchronous load testing console tool for HTTP/HTTPS.
|
|
379
384
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|