@@ -39,7 +39,7 @@ def test_perfcompare_results_against_no_base(
39
39
extra_options = "e10s fission stylo webrender"
40
40
measurement_unit = "ms"
41
41
base_application = "firefox"
42
- new_application = "geckoview "
42
+ new_application = "firefox "
43
43
44
44
base_sig = create_signature (
45
45
signature_hash = (20 * "t1" ),
@@ -115,8 +115,8 @@ def test_perfcompare_results_against_no_base(
115
115
"header_name" : response ["header_name" ],
116
116
"base_repository_name" : base_sig .repository .name ,
117
117
"new_repository_name" : new_sig .repository .name ,
118
- "base_app" : "firefox" ,
119
- "new_app" : "geckoview" ,
118
+ "base_app" : base_sig . application ,
119
+ "new_app" : new_sig . application ,
120
120
"is_complete" : response ["is_complete" ],
121
121
"base_measurement_unit" : base_sig .measurement_unit ,
122
122
"new_measurement_unit" : new_sig .measurement_unit ,
@@ -208,7 +208,7 @@ def test_perfcompare_results_with_only_one_run_and_diff_repo(
208
208
extra_options = "e10s fission stylo webrender"
209
209
measurement_unit = "ms"
210
210
base_application = "firefox"
211
- new_application = "geckoview "
211
+ new_application = "firefox "
212
212
213
213
base_sig = create_signature (
214
214
signature_hash = (20 * "t1" ),
@@ -284,8 +284,8 @@ def test_perfcompare_results_with_only_one_run_and_diff_repo(
284
284
"header_name" : response ["header_name" ],
285
285
"base_repository_name" : base_sig .repository .name ,
286
286
"new_repository_name" : new_sig .repository .name ,
287
- "base_app" : "firefox" ,
288
- "new_app" : "geckoview" ,
287
+ "base_app" : base_sig . application ,
288
+ "new_app" : new_sig . application ,
289
289
"is_complete" : response ["is_complete" ],
290
290
"base_measurement_unit" : base_sig .measurement_unit ,
291
291
"new_measurement_unit" : new_sig .measurement_unit ,
@@ -516,7 +516,7 @@ def test_perfcompare_results_subtests_support(
516
516
extra_options = "e10s fission stylo webrender"
517
517
measurement_unit = "ms"
518
518
base_application = "firefox"
519
- new_application = "geckoview "
519
+ new_application = "firefox "
520
520
521
521
base_sig = create_signature (
522
522
signature_hash = (20 * "t1" ),
@@ -596,8 +596,8 @@ def test_perfcompare_results_subtests_support(
596
596
"header_name" : response ["header_name" ],
597
597
"base_repository_name" : base_sig .repository .name ,
598
598
"new_repository_name" : new_sig .repository .name ,
599
- "base_app" : "firefox" ,
600
- "new_app" : "geckoview" ,
599
+ "base_app" : base_sig . application ,
600
+ "new_app" : new_sig . application ,
601
601
"is_complete" : response ["is_complete" ],
602
602
"base_measurement_unit" : base_sig .measurement_unit ,
603
603
"new_measurement_unit" : new_sig .measurement_unit ,
@@ -940,7 +940,7 @@ def get_expected(
940
940
response = {"option_name" : test_option_collection .get (sig .option_collection_id , "" )}
941
941
test_suite = perfcompare_utils .get_test_suite (sig .suite , sig .test )
942
942
response ["header_name" ] = perfcompare_utils .get_header_name (
943
- extra_options , response ["option_name" ], test_suite
943
+ extra_options , response ["option_name" ], test_suite , sig . application
944
944
)
945
945
response ["base_avg_value" ] = perfcompare_utils .get_avg (
946
946
base_perf_data_values , response ["header_name" ]
0 commit comments