autobench 0.0.1alpha5 → 0.0.1alpha6

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
  SHA1:
3
- metadata.gz: a502c3fd2076f8964fc04bed907e5cd89995f0cd
4
- data.tar.gz: b64f92c0d41489e0962c3c008b838307617f7977
3
+ metadata.gz: 0e7c42774b6cc71930016e1b3c7b16bb54a163cb
4
+ data.tar.gz: e22fba570f91b7b45ef496b310b4d4fd91a4f785
5
5
  SHA512:
6
- metadata.gz: 86446c7dff533aaa652f10c380c5a8ebf7234012b893e7423584d8849d22d73353d7db4d8c99e689b4b1be53aedcedfb4df0a5b26014058e7ca2ee8091195683
7
- data.tar.gz: 6751b40b747da049613e46358f30dd0944050a60de0588529e957f08fba760746d08efc8a9efd303ab53b85a9657fd5d321c7a4d8ba016a2e2d9791721674969
6
+ metadata.gz: bb1beb86aee5d3389232c43ebfa700c3bdeacc0853d32c316d3413d839a76156744c132e192ebcd270fab669ebc8df03df1b1b71ccfc57c3412cbcf4d376901a
7
+ data.tar.gz: 9db66ada15aefebc6f386272a1b1a0d2bd83436a0aaa030323dc5733c8f8768b43a7b08371e8b23a2dd1a52e6d8b06e25c257160a7f091028b172305faacaa2c
@@ -6,6 +6,7 @@ class Autobench
6
6
  def initialize config
7
7
  @config = config
8
8
  @thresholds = config["thresholds"]["render"] rescue []
9
+ @thresholds = [] if @thresholds.nil?
9
10
  @failures = []
10
11
  @successes = []
11
12
  setup_httperf_configuration(config)
@@ -1,3 +1,3 @@
1
1
  class Autobench
2
- VERSION = '0.0.1alpha5'
2
+ VERSION = '0.0.1alpha6'
3
3
  end
@@ -6,6 +6,7 @@ class Autobench
6
6
  def initialize config
7
7
  @config = config
8
8
  @thresholds = config["thresholds"]["yslow"] rescue []
9
+ @thresholds = [] if @thresholds.nil?
9
10
  @failures = []
10
11
  @successes = []
11
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autobench
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1alpha5
4
+ version: 0.0.1alpha6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Mervine