fastlane-plugin-stream_actions 0.3.72 → 0.3.73

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
  SHA256:
3
- metadata.gz: 6944da53d0897bf03f0389670ea087ec18a21fa754b98d1283e41b603d8e5707
4
- data.tar.gz: 48dfdd28d2de636e6ae5af8372268ad2f7a60ea75ab9e559aeb8c50a93ca148a
3
+ metadata.gz: b2fa982e3423bbbaede57cb7a7d663c305551886f5fda63c2fcaecef1285f931
4
+ data.tar.gz: 6ae0da03d2782fc4555fd834b44bee53a1c617a8e4a5363e148d6c35b650ab0a
5
5
  SHA512:
6
- metadata.gz: 3619926f83dacc09bf67df959065d6a81fef93babfd718f5026ce3f57bc0ab1b6577061d61af6a099b72911604ee12b63f9e53be384a3dc2d2f700178f73a8be
7
- data.tar.gz: f5f4e3388282fb4b2e872a678d1ab74067f042162434fd4a95aa2fbddd0c69b290f92f19e8c8642382df16b950d5b7254b7d59f83d3f362d584164ce8fc63d36
6
+ metadata.gz: d70f251404ac81dd4e8c0c245a7ca1b34d7da710bf2dee7b89ae1763d1cd02e40bd43fc3ecb89360e46e81487c521f04a51a8bd42403cf42fc4241762174f086
7
+ data.tar.gz: 3f5bfe55267955c8dc7a9df6e8da713c81881cac42b8bd9da97d57a8fb7d44551e4add99dfe94020c6c26486221f8ee8ea1029f106a731eaf42ca9284d0c76d2
@@ -24,7 +24,7 @@ module Fastlane
24
24
  branch_value = is_kb ? branch_value_kb.round(0) : branch_value_mb
25
25
  benchmark_value_kb = benchmark_sizes[sdk_name.to_s]
26
26
  benchmark_value_mb = (benchmark_value_kb / 1024.0).round(2)
27
- benchmark_value = is_kb ? benchmark_value_kb : benchmark_value_mb
27
+ benchmark_value = is_kb ? benchmark_value_kb.round(0) : benchmark_value_mb
28
28
  max_tolerance = params[:max_tolerance] || is_kb ? 500 : 5000 # By default, Max Tolerance is 500 Kilobytes or 5000 Bytes
29
29
  fine_tolerance = params[:fine_tolerance] || is_kb ? 250 : 2500 # By default, Fine Tolerance is 250 Kilobytes or 2500 Bytes
30
30
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module StreamActions
3
- VERSION = '0.3.72'
3
+ VERSION = '0.3.73'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-stream_actions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.72
4
+ version: 0.3.73
5
5
  platform: ruby
6
6
  authors:
7
7
  - GetStream