Skip to content

Commit fefbe0b

Browse files
committed
chore: tune values for platofrm add ios
1 parent 000a42d commit fefbe0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/perf/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"hello-world-js": {
33
"create": 19.4724953175,
44
"platform_add_android": 5.98946801821,
5-
"platform_add_ios": 6.48819526037,
5+
"platform_add_ios": 7.66259102567,
66
"android": {
77
"build_incremental": 15.266872008641561,
88
"build_initial": 113.7079525788625,

tests/perf/tooling/platform_add_perf_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from products.nativescript.tns import Tns
1212

1313
RETRY_COUNT = 3
14-
TOLERANCE = 0.20
14+
TOLERANCE = 0.30
1515
APP_NAME = Settings.AppName.DEFAULT
1616
EXPECTED_RESULTS = JsonUtils.read(os.path.join(Settings.TEST_RUN_HOME, 'tests', 'perf', 'data.json'))
1717

0 commit comments

Comments
 (0)