rumb 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/README.md +6 -5
- data/bin/rumb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 803cb8e4187987b43ca9e21cce2a4c245cc708c2
|
|
4
|
+
data.tar.gz: daa8248110ad1b065e96d8eb852a802ea2e88fd5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b94a9eef25cfacc660fe2545d671d63bad6cf0574e46a8fb2f983bcd98bb0fa887cb7f21a46f39b0eaf1ad094a41ac48b248e20d4ec9b7ee55a1b7fb9f9f6451
|
|
7
|
+
data.tar.gz: fe2f184e7ca1a653cb46e883bbaf56d3b6a2c04923fa0fccdd86fb555bee550060a7fd4d6ad3b93d3cf3a33a96b20118ebd3130b5b335553dd2ae38ccefa5f7c
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
rumb - Rubygems mirror benchmarks
|
|
2
2
|
=================================
|
|
3
3
|
|
|
4
4
|
This tool was created to measure and compare the performance
|
|
@@ -8,20 +8,21 @@ built with rack.
|
|
|
8
8
|
|
|
9
9
|
Install
|
|
10
10
|
-------
|
|
11
|
-
|
|
12
|
-
gem install
|
|
11
|
+
```
|
|
12
|
+
gem install rumb
|
|
13
|
+
```
|
|
13
14
|
|
|
14
15
|
Usage:
|
|
15
16
|
------
|
|
16
17
|
```
|
|
17
|
-
|
|
18
|
+
rumb gem_name mirror_source_a mirror_source_b
|
|
18
19
|
```
|
|
19
20
|
|
|
20
21
|
Output:
|
|
21
22
|
-------
|
|
22
23
|
|
|
23
24
|
```
|
|
24
|
-
###---------
|
|
25
|
+
###--------- RUMB Rubygems Mirror Benchmarks -------------###
|
|
25
26
|
|
|
26
27
|
=> Removing http://localhost:4732 from rubygems sources...
|
|
27
28
|
http://localhost:4732 removed from sources
|
data/bin/rumb
CHANGED
|
@@ -51,7 +51,7 @@ sources.each do |s|
|
|
|
51
51
|
|
|
52
52
|
puts "\n=> Starting installing #{gem_name} from: #{s}"
|
|
53
53
|
|
|
54
|
-
bench = Benchmark.measure { system env, "gem install #{gem_name} --no-
|
|
54
|
+
bench = Benchmark.measure { system env, "gem install #{gem_name} --no-document" }
|
|
55
55
|
puts "\n\e[92m### --- BENCHMARK RESULTS FOR #{s} --- ###"
|
|
56
56
|
puts "\e[93m#{bench}\e[39m\n"
|
|
57
57
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rumb
|
|
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
|
- Gaston Ramos
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-05-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: This tool was created to measure and compare the performance of 2 rubygems
|
|
14
14
|
mirrors.
|
|
@@ -19,8 +19,8 @@ executables:
|
|
|
19
19
|
extensions: []
|
|
20
20
|
extra_rdoc_files: []
|
|
21
21
|
files:
|
|
22
|
-
- LICENSE
|
|
23
22
|
- README.md
|
|
23
|
+
- LICENSE
|
|
24
24
|
- bin/rumb
|
|
25
25
|
homepage: https://github.com/gramos/rumb/
|
|
26
26
|
licenses:
|
|
@@ -32,17 +32,17 @@ require_paths:
|
|
|
32
32
|
- lib
|
|
33
33
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
34
34
|
requirements:
|
|
35
|
-
- -
|
|
35
|
+
- - '>='
|
|
36
36
|
- !ruby/object:Gem::Version
|
|
37
37
|
version: '0'
|
|
38
38
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
|
40
|
-
- -
|
|
40
|
+
- - '>='
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
42
|
version: '0'
|
|
43
43
|
requirements: []
|
|
44
44
|
rubyforge_project:
|
|
45
|
-
rubygems_version: 2.
|
|
45
|
+
rubygems_version: 2.0.3
|
|
46
46
|
signing_key:
|
|
47
47
|
specification_version: 4
|
|
48
48
|
summary: rumb - Rubygems mirror benchmarks.
|