Skip to content

Commit 081b32c

Browse files
author
vhristov5555
committed
Update perf tests data for create, add platform and build.
1 parent 949693a commit 081b32c

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

tests/perf/cli_operations_time.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def test_tns_commands_time(self, demo, config, platform, expected_tns_create_tim
233233
if actual_tns_create_time != 0.0:
234234
verification_errors = PerfBuildTests.assert_time(expected=expected_tns_create_time,
235235
actual=actual_tns_create_time,
236-
tolerance=20,
236+
tolerance=25,
237237
error_message=message, verification_errors=verification_errors)
238238

239239
message = "Tns platform add command for platform {1} for {0} with {4} configuration is {3} s. " \
@@ -242,7 +242,7 @@ def test_tns_commands_time(self, demo, config, platform, expected_tns_create_tim
242242

243243
verification_errors = PerfBuildTests.assert_time(expected=expected_tns_platform_add_time,
244244
actual=actual_tns_platform_add_time,
245-
tolerance=20,
245+
tolerance=25,
246246
error_message=message, verification_errors=verification_errors)
247247
message = "Tns build command for platform {1} for {0} with {4} configuration is {3} s. " \
248248
"The expected time is {2} s.".format(demo, platform, expected_tns_build_time,
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
Repo,Config,Platform,FirstStart,SecondStart
2-
NativeScript/template-hello-world,default,android,58,7,53
3-
NativeScript/template-hello-world,webpack,android,58,7,45
4-
NativeScript/template-hello-world,webpack-snapshot,android,58,7,50
5-
NativeScript/template-hello-world-ng,default,android,1,1,1
6-
NativeScript/template-hello-world-ng,webpack,android,1,1,1
7-
NativeScript/template-hello-world-ng,webpack-snapshot,android,1,1,1
8-
nativescript-vue/nativescript-vue-template,default,android,1,1,1
9-
NativeScript/nativescript-sdk-examples-ng,default,android,1,1,1
10-
NativeScript/nativescript-sdk-examples-ng,webpack,android,1,1,1
11-
NativeScript/nativescript-sdk-examples-ng,webpack-snapshot,android,1,1,1
12-
NativeScript/sample-Groceries,default,android,1,1,1
13-
NativeScript/sample-Groceries,webpack,android,1,1,1
14-
NativeScript/sample-Groceries,webpack-snapshot,android,1,1,1
15-
NativeScript/sample-Groceries,timeline,android,1,1,1
16-
NativeScript/template-hello-world,default,ios,58,14,38
17-
NativeScript/template-hello-world,webpack,ios,58,14,68
18-
NativeScript/template-hello-world-ng,default,ios,1,1,1
19-
NativeScript/template-hello-world-ng,webpack,ios,1,1,1
20-
nativescript-vue/nativescript-vue-template,default,ios,1,1,1
21-
NativeScript/nativescript-sdk-examples-ng,default,ios,1,1,1
22-
NativeScript/nativescript-sdk-examples-ng,webpack,ios,1,1,1
23-
NativeScript/sample-Groceries,default,ios,1,1,1
24-
NativeScript/sample-Groceries,webpack,ios,1,1,1
25-
NativeScript/sample-Groceries,timeline,ios,1,1,1
2+
NativeScript/template-hello-world,default,android,30,7,53
3+
NativeScript/template-hello-world,webpack,android,30,7,45
4+
NativeScript/template-hello-world,webpack-snapshot,android,30,7,50
5+
NativeScript/template-hello-world-ng,default,android,30,8,89
6+
NativeScript/template-hello-world-ng,webpack,android,30,8,64
7+
NativeScript/template-hello-world-ng,webpack-snapshot,android,30,8,79
8+
nativescript-vue/nativescript-vue-template,default,android,30,8,49
9+
NativeScript/nativescript-sdk-examples-ng,default,android,1,50,110
10+
NativeScript/nativescript-sdk-examples-ng,webpack,android,1,50,106
11+
NativeScript/nativescript-sdk-examples-ng,webpack-snapshot,android,1,50,112
12+
NativeScript/sample-Groceries,default,android,1,50,85
13+
NativeScript/sample-Groceries,webpack,android,1,50,68
14+
NativeScript/sample-Groceries,webpack-snapshot,android,1,50,73
15+
NativeScript/sample-Groceries,timeline,android,1,50,70
16+
NativeScript/template-hello-world,default,ios,30,14,38
17+
NativeScript/template-hello-world,webpack,ios,30,14,68
18+
NativeScript/template-hello-world-ng,default,ios,31,14,52
19+
NativeScript/template-hello-world-ng,webpack,ios,31,14,80
20+
nativescript-vue/nativescript-vue-template,default,ios,24,16,29
21+
NativeScript/nativescript-sdk-examples-ng,default,ios,1,59,55
22+
NativeScript/nativescript-sdk-examples-ng,webpack,ios,1,54,124
23+
NativeScript/sample-Groceries,default,ios,1,69,62
24+
NativeScript/sample-Groceries,webpack,ios,1,60,105
25+
NativeScript/sample-Groceries,timeline,ios,1,63,65

0 commit comments

Comments
 (0)