zombees 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +1 -0
- data/Gemfile.lock +1 -0
- data/README.md +7 -0
- data/lib/zombees/version.rb +1 -1
- data/zombees.gemspec +2 -2
- metadata +5 -5
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -4,6 +4,13 @@
|
|
4
4
|
|
5
5
|
![logo](https://raw.github.com/zombees/zombees/master/zombee.png)
|
6
6
|
|
7
|
+
## Description
|
8
|
+
This gem allows you to perform distributed load testing across multiple virtual machines running in your cloud of choice.
|
9
|
+
Supported clouds:
|
10
|
+
http://fog.io/about/provider_documentation.html
|
11
|
+
## Supported load testing utilities
|
12
|
+
- Apache bench ( ab_adapter )
|
13
|
+
|
7
14
|
## Installation
|
8
15
|
|
9
16
|
Add this line to your application's Gemfile:
|
data/lib/zombees/version.rb
CHANGED
data/zombees.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = Zombees::VERSION
|
9
9
|
spec.authors = ["Maxim Filimonov","Solomon White"]
|
10
10
|
spec.email = ["tpaktopsp@gmail.com", "rubysolo@gmail.com"]
|
11
|
-
spec.description = %q{
|
12
|
-
spec.summary = %q{Distributed load testing in Ruby}
|
11
|
+
spec.description = %q{Distributed load testing in Ruby using your own cloud}
|
12
|
+
spec.summary = %q{Distributed load testing in Ruby using your own cloud}
|
13
13
|
spec.homepage = "http://github.com/zombees/zombees"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zombees
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-07-
|
13
|
+
date: 2013-07-19 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: celluloid-pmap
|
@@ -204,7 +204,7 @@ dependencies:
|
|
204
204
|
- - ! '>='
|
205
205
|
- !ruby/object:Gem::Version
|
206
206
|
version: '0'
|
207
|
-
description:
|
207
|
+
description: Distributed load testing in Ruby using your own cloud
|
208
208
|
email:
|
209
209
|
- tpaktopsp@gmail.com
|
210
210
|
- rubysolo@gmail.com
|
@@ -268,10 +268,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
268
268
|
version: '0'
|
269
269
|
requirements: []
|
270
270
|
rubyforge_project:
|
271
|
-
rubygems_version: 1.8.
|
271
|
+
rubygems_version: 1.8.25
|
272
272
|
signing_key:
|
273
273
|
specification_version: 3
|
274
|
-
summary: Distributed load testing in Ruby
|
274
|
+
summary: Distributed load testing in Ruby using your own cloud
|
275
275
|
test_files:
|
276
276
|
- spec/fixtures/ab.txt
|
277
277
|
- spec/integration/running_a_server_swarm_spec.rb
|