Skip to content

Commit 2791e3a

Browse files
perf split
1 parent 12b9cb4 commit 2791e3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

products/nativescript/perf_helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
from products.nativescript.tns import Tns
1212

1313
RETRY_COUNT = 3
14-
# TOLERANCE = 0.20
1514
APP_NAME = Settings.AppName.DEFAULT
1615
EXPECTED_RESULTS = JsonUtils.read(os.path.join(Settings.TEST_RUN_HOME, 'tests', 'perf', 'data.json'))
1716

17+
1818
class PrepareBuildInfo(object):
1919
prepare_initial = 0
2020
prepare_skip = 0
@@ -78,4 +78,4 @@ def get_actual_result(template, platform, entry):
7878
@staticmethod
7979
def get_expected_result(template, platform, entry):
8080
platform = str(platform)
81-
return EXPECTED_RESULTS[template][platform][entry]
81+
return EXPECTED_RESULTS[template][platform][entry]

0 commit comments

Comments
 (0)