stresser 0.3.1 → 0.3.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.
data/Rakefile CHANGED
@@ -5,8 +5,8 @@ begin
5
5
  require 'jeweler'
6
6
  Jeweler::Tasks.new do |gem|
7
7
  gem.name = "stresser"
8
- gem.summary = %{Wrapper around httperf for stresstesting your app.}
9
- gem.description = %{Wrapper around httperf for stresstesting your app. Runs httperf multiple times with different concurrency levels and generates an executive summary in .csv"}
8
+ gem.summary = %Q{Wrapper around httperf for stresstesting your app.}
9
+ gem.description = %Q{Wrapper around httperf for stresstesting your app. Runs httperf multiple times with different concurrency levels and generates an executive summary in .csv"}
10
10
  gem.email = "jannis@moviepilot.com"
11
11
  gem.homepage = "http://github.com/moviepilot/stresser"
12
12
  gem.authors = ["Jannis Hermanns"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.1
1
+ 0.3.2
Binary file
@@ -23,8 +23,12 @@ module Grapher
23
23
 
24
24
  # Generate report(s)
25
25
  report_keys.each do |report|
26
- outfile = File.join(options[:output_dir], "#{prefix}_#{report}.png")
27
- generate_report(report, options[:csv_file], outfile)
26
+ begin
27
+ outfile = File.join(options[:output_dir], "#{prefix}_#{report}.png")
28
+ generate_report(report, options[:csv_file], outfile)
29
+ rescue => e
30
+ puts "Error generating #{report}: #{e.inspect}"
31
+ end
28
32
  end
29
33
 
30
34
  # Tell user what to do next
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{stresser}
8
- s.version = "0.3.1"
8
+ s.version = "0.3.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jannis Hermanns"]
12
- s.date = %q{2010-11-13}
13
- s.description = %q{Wrapper around httperf for stresstesting your app. Runs httperf multiple times with different concurrency levels and generates an executive summary in .csv"}
12
+ s.date = %q{2010-11-16}
13
+ s.description = %q{Wrapper around httperf for stresstesting your app. Runs httperf multiple times with different concurrency levels and generates an executive summary in .csv"}
14
14
  s.email = %q{jannis@moviepilot.com}
15
15
  s.executables = ["stresser", "stresser-grapher", "stresser-loggen"]
16
16
  s.extra_rdoc_files = [
@@ -27,8 +27,7 @@ Gem::Specification.new do |s|
27
27
  "bin/stresser",
28
28
  "bin/stresser-grapher",
29
29
  "bin/stresser-loggen",
30
- "build/stresser-0.3.1.gem",
31
- "lib/.grapher.rb.swn",
30
+ "build/stresser-0.3.2.gem",
32
31
  "lib/grapher.rb",
33
32
  "lib/httperf.rb",
34
33
  "lib/mp_perf.rb",
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stresser
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 23
4
5
  prerelease: false
5
6
  segments:
6
7
  - 0
7
8
  - 3
8
- - 1
9
- version: 0.3.1
9
+ - 2
10
+ version: 0.3.2
10
11
  platform: ruby
11
12
  authors:
12
13
  - Jannis Hermanns
@@ -14,7 +15,7 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2010-11-13 00:00:00 -08:00
18
+ date: 2010-11-16 00:00:00 +01:00
18
19
  default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
@@ -25,6 +26,7 @@ dependencies:
25
26
  requirements:
26
27
  - - ">="
27
28
  - !ruby/object:Gem::Version
29
+ hash: 3
28
30
  segments:
29
31
  - 0
30
32
  version: "0"
@@ -38,6 +40,7 @@ dependencies:
38
40
  requirements:
39
41
  - - ">="
40
42
  - !ruby/object:Gem::Version
43
+ hash: 3
41
44
  segments:
42
45
  - 0
43
46
  version: "0"
@@ -51,6 +54,7 @@ dependencies:
51
54
  requirements:
52
55
  - - ">="
53
56
  - !ruby/object:Gem::Version
57
+ hash: 3
54
58
  segments:
55
59
  - 0
56
60
  version: "0"
@@ -64,12 +68,13 @@ dependencies:
64
68
  requirements:
65
69
  - - ">="
66
70
  - !ruby/object:Gem::Version
71
+ hash: 3
67
72
  segments:
68
73
  - 0
69
74
  version: "0"
70
75
  type: :runtime
71
76
  version_requirements: *id004
72
- description: Wrapper around httperf for stresstesting your app. Runs httperf multiple times with different concurrency levels and generates an executive summary in .csv"
77
+ description: "Wrapper around httperf for stresstesting your app. Runs httperf multiple times with different concurrency levels and generates an executive summary\xE2\x84\xA2 in .csv\""
73
78
  email: jannis@moviepilot.com
74
79
  executables:
75
80
  - stresser
@@ -90,8 +95,7 @@ files:
90
95
  - bin/stresser
91
96
  - bin/stresser-grapher
92
97
  - bin/stresser-loggen
93
- - build/stresser-0.3.1.gem
94
- - lib/.grapher.rb.swn
98
+ - build/stresser-0.3.2.gem
95
99
  - lib/grapher.rb
96
100
  - lib/httperf.rb
97
101
  - lib/mp_perf.rb
@@ -118,6 +122,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
118
122
  requirements:
119
123
  - - ">="
120
124
  - !ruby/object:Gem::Version
125
+ hash: 3
121
126
  segments:
122
127
  - 0
123
128
  version: "0"
@@ -126,6 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
131
  requirements:
127
132
  - - ">="
128
133
  - !ruby/object:Gem::Version
134
+ hash: 3
129
135
  segments:
130
136
  - 0
131
137
  version: "0"
Binary file
Binary file