Skip to content

Commit

Permalink
Update expected_throughput
Browse files Browse the repository at this point in the history
  • Loading branch information
anhappdev committed Jan 16, 2025
1 parent 67f24a4 commit ef6e4eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions flutter/integration_test/expected_throughput.dart
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ const Map<String, Map<String, Interval>> _objectDetection = {
},
_kQtiBackend: {
_kS22Ultra: Interval(min: 700, max: 1400),
_kS24Ultra: Interval(min: 1800, max: 2500),
_kS24Ultra: Interval(min: 1800, max: 2700),
},
_kMediatekBackend: {
_kDN2103: Interval(min: 120, max: 210),
_kS10Plus: Interval(min: 1200, max: 1800)
_kS10Plus: Interval(min: 1200, max: 2000)
},
_kSamsungBackend: {
_kS24: Interval(min: 1400, max: 2400),
Expand Down Expand Up @@ -123,7 +123,7 @@ const Map<String, Map<String, Interval>> _imageSegmentationV2 = {
},
_kMediatekBackend: {
_kDN2103: Interval(min: 45, max: 70),
_kS10Plus: Interval(min: 800, max: 1400)
_kS10Plus: Interval(min: 800, max: 1500)
},
_kSamsungBackend: {
_kS24: Interval(min: 800, max: 1500),
Expand All @@ -150,7 +150,7 @@ const Map<String, Map<String, Interval>> _naturalLanguageProcessing = {
},
_kQtiBackend: {
_kS22Ultra: Interval(min: 100, max: 200),
_kS24Ultra: Interval(min: 250, max: 450),
_kS24Ultra: Interval(min: 250, max: 460),
},
_kMediatekBackend: {
_kDN2103: Interval(min: 1, max: 6),
Expand Down Expand Up @@ -185,7 +185,7 @@ const Map<String, Map<String, Interval>> _superResolution = {
},
_kMediatekBackend: {
_kDN2103: Interval(min: 5, max: 15),
_kS10Plus: Interval(min: 150, max: 280)
_kS10Plus: Interval(min: 150, max: 300)
},
_kSamsungBackend: {
_kS24: Interval(min: 90, max: 180),
Expand Down Expand Up @@ -244,7 +244,7 @@ const Map<String, Map<String, Interval>> _imageClassificationOfflineV2 = {
},
_kQtiBackend: {
_kS22Ultra: Interval(min: 250, max: 450),
_kS24Ultra: Interval(min: 900, max: 1600),
_kS24Ultra: Interval(min: 900, max: 1700),
},
_kMediatekBackend: {
_kDN2103: Interval(min: 4.5, max: 90),
Expand Down

0 comments on commit ef6e4eb

Please sign in to comment.