Skip to content

[improvement](executor) use real elapsed time to compute workload group metrics refresh interval#63537

Open
bosswnx wants to merge 4 commits into
apache:masterfrom
bosswnx:master
Open

[improvement](executor) use real elapsed time to compute workload group metrics refresh interval#63537
bosswnx wants to merge 4 commits into
apache:masterfrom
bosswnx:master

Conversation

@bosswnx
Copy link
Copy Markdown

@bosswnx bosswnx commented May 22, 2026

What problem does this PR solve?

Issue Number: close #xxx

Related PR: #xxx

Problem Summary:

The original implementation of WorkloadGroupMetrics::refresh_metrics() uses config::workload_group_metrics_interval_ms / 1000 as a fixed
divisor to compute per-second CPU and scan IO rates. This is inaccurate when:

  1. The refresh thread is delayed due to system load or scheduling jitter
  2. The configured interval is changed at runtime

In both cases, the reported per-second CPU/IO rates diverge from reality.

This PR replaces the fixed config-based interval with the actual monotonic time delta between two consecutive refreshes, so the rates stay
accurate regardless of thread scheduling delays or runtime config changes. It also adds a division-by-zero guard for sub-second refresh
intervals and corresponding unit tests.

Release note

None

Check List (For Author)

  • Test

    • Regression test
    • Unit Test
    • Manual test (add detailed scripts or steps below)
    • No need to test or manual test. Explain why:
      • This is a refactor/code format and no logic has been changed.
      • Previous test can cover this change.
      • No code files have been changed.
      • Other reason
  • Behavior changed:

    • No.
    • Yes.
  • Does this need documentation?

    • No.
    • Yes.

Check List (For Reviewer who merge this PR)

  • Confirm the release note
  • Confirm test cases
  • Confirm document
  • Add branch pick label

bosswnx added 2 commits May 22, 2026 16:39
…up metrics refresh interval

  Replace the fixed config-based interval with the actual monotonic time delta
  between two refreshes when calculating per-second CPU and scan IO rates in
  WorkloadGroupMetrics, so the rates stay accurate even when the refresh thread
  is delayed or the configured interval is changed at runtime.

  Also add a guard against division by zero when two refreshes happen within
  less than one second, and add unit tests covering:
  - Real elapsed time rate computation
  - Sub-second interval safety (no division by zero)
  - Proportional rate vs interval relationship
  - Memory metrics correctness
  - First-refresh boundary behavior
@hello-stephen
Copy link
Copy Markdown
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@bosswnx
Copy link
Copy Markdown
Author

bosswnx commented May 22, 2026

/review

1 similar comment
@bosswnx
Copy link
Copy Markdown
Author

bosswnx commented May 22, 2026

/review

@bosswnx
Copy link
Copy Markdown
Author

bosswnx commented May 22, 2026

run buildall

@hello-stephen
Copy link
Copy Markdown
Contributor

TPC-H: Total hot run time: 31508 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100 test result on commit d693096930c953e3230c9e5097a436cb8109e56e, data reload: false

------ Round 1 ----------------------------------
orders	Doris	NULL	NULL	0	0	0	NULL	0	NULL	NULL	2023-12-26 18:27:23	2023-12-26 18:42:55	NULL	utf-8	NULL	NULL	
============================================
q1	17636	4032	4195	4032
q2	q3	10796	1406	802	802
q4	4679	473	339	339
q5	7558	2271	2089	2089
q6	229	174	142	142
q7	994	771	643	643
q8	9458	1814	1628	1628
q9	5169	4940	4919	4919
q10	6405	2081	1782	1782
q11	432	280	259	259
q12	627	425	307	307
q13	18115	3391	2768	2768
q14	266	265	235	235
q15	q16	822	785	710	710
q17	973	981	906	906
q18	6840	5657	5589	5589
q19	1314	1286	1028	1028
q20	596	502	293	293
q21	6233	2889	2704	2704
q22	468	578	333	333
Total cold run time: 99610 ms
Total hot run time: 31508 ms

----- Round 2, with runtime_filter_mode=off -----
orders	Doris	NULL	NULL	150000000	42	6422171781	NULL	22778155	NULL	NULL	2023-12-26 18:27:23	2023-12-26 18:42:55	NULL	utf-8	NULL	NULL	
============================================
q1	4738	4537	4660	4537
q2	q3	4864	5297	4655	4655
q4	2129	2208	1432	1432
q5	5000	4702	4610	4610
q6	237	178	136	136
q7	1822	1786	1545	1545
q8	2467	2125	2260	2125
q9	7743	7282	7236	7236
q10	4499	4373	3997	3997
q11	540	400	381	381
q12	712	715	510	510
q13	2987	3353	2812	2812
q14	270	280	256	256
q15	q16	676	718	630	630
q17	1267	1253	1247	1247
q18	7405	7004	6997	6997
q19	1142	1093	1091	1091
q20	2214	2194	1948	1948
q21	5344	4769	4571	4571
q22	530	479	424	424
Total cold run time: 56586 ms
Total hot run time: 51140 ms

@hello-stephen
Copy link
Copy Markdown
Contributor

TPC-DS: Total hot run time: 169734 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS sf100 test result on commit d693096930c953e3230c9e5097a436cb8109e56e, data reload: false

query5	4322	681	530	530
query6	318	224	195	195
query7	4226	570	308	308
query8	318	237	236	236
query9	8813	4052	4000	4000
query10	457	336	302	302
query11	5794	2386	2203	2203
query12	182	130	124	124
query13	1260	644	420	420
query14	6052	5420	5129	5129
query14_1	4418	4380	4431	4380
query15	217	210	187	187
query16	989	445	411	411
query17	952	726	582	582
query18	2463	486	352	352
query19	213	206	161	161
query20	134	135	126	126
query21	217	141	122	122
query22	13635	13614	13431	13431
query23	17174	16444	16000	16000
query23_1	16064	16108	16136	16108
query24	7422	1822	1326	1326
query24_1	1320	1288	1334	1288
query25	598	507	453	453
query26	1341	356	182	182
query27	2657	572	341	341
query28	4525	1989	1948	1948
query29	1006	654	529	529
query30	309	251	203	203
query31	1114	1081	947	947
query32	94	78	77	77
query33	555	370	309	309
query34	1191	1160	647	647
query35	776	794	689	689
query36	1287	1323	1168	1168
query37	160	121	97	97
query38	3275	3186	3136	3136
query39	935	910	915	910
query39_1	864	867	882	867
query40	235	151	132	132
query41	76	71	70	70
query42	120	114	111	111
query43	343	347	308	308
query44	
query45	216	205	192	192
query46	1105	1188	761	761
query47	2236	2252	2108	2108
query48	410	429	319	319
query49	663	514	394	394
query50	978	353	254	254
query51	4319	4298	4203	4203
query52	110	108	98	98
query53	268	294	215	215
query54	339	294	272	272
query55	97	95	89	89
query56	322	323	322	322
query57	1396	1381	1270	1270
query58	306	289	287	287
query59	1633	1673	1447	1447
query60	339	366	310	310
query61	156	158	156	156
query62	669	623	551	551
query63	245	202	208	202
query64	2390	801	653	653
query65	
query66	1714	477	361	361
query67	29991	30062	29933	29933
query68	
query69	471	341	320	320
query70	1113	1011	1038	1011
query71	313	279	274	274
query72	3001	2715	2488	2488
query73	851	782	420	420
query74	5100	4964	4770	4770
query75	2672	2614	2273	2273
query76	2273	1147	798	798
query77	420	425	343	343
query78	12282	12114	11593	11593
query79	1450	1079	737	737
query80	948	541	469	469
query81	505	283	247	247
query82	1329	158	126	126
query83	364	282	260	260
query84	317	149	114	114
query85	927	540	454	454
query86	438	350	336	336
query87	3481	3388	3194	3194
query88	3599	2692	2658	2658
query89	448	383	333	333
query90	1760	189	191	189
query91	180	171	140	140
query92	84	81	76	76
query93	1474	1368	878	878
query94	611	358	330	330
query95	677	397	345	345
query96	1090	825	344	344
query97	2699	2700	2577	2577
query98	238	248	249	248
query99	1106	1105	975	975
Total cold run time: 253385 ms
Total hot run time: 169734 ms

zclllyybb
zclllyybb previously approved these changes May 23, 2026
@github-actions github-actions Bot added the approved Indicates a PR has been approved by one committer. label May 23, 2026
@github-actions
Copy link
Copy Markdown
Contributor

PR approved by at least one committer and no changes requested.

@github-actions
Copy link
Copy Markdown
Contributor

PR approved by anyone and no changes requested.

@bosswnx
Copy link
Copy Markdown
Author

bosswnx commented May 25, 2026

run cloud_p0

@hello-stephen
Copy link
Copy Markdown
Contributor

TPC-H: Total hot run time: 32202 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100 test result on commit d693096930c953e3230c9e5097a436cb8109e56e, data reload: false

------ Round 1 ----------------------------------
orders	Doris	NULL	NULL	0	0	0	NULL	0	NULL	NULL	2023-12-26 18:27:23	2023-12-26 18:42:55	NULL	utf-8	NULL	NULL	
============================================
q1	17741	4193	4233	4193
q2	q3	10839	1386	826	826
q4	4683	482	348	348
q5	7559	2346	2163	2163
q6	247	190	143	143
q7	968	783	646	646
q8	9364	1741	1548	1548
q9	5190	4991	4965	4965
q10	6398	2168	1869	1869
q11	448	278	258	258
q12	634	434	300	300
q13	18087	3346	2821	2821
q14	266	258	235	235
q15	q16	819	777	725	725
q17	983	979	1035	979
q18	6989	5749	5560	5560
q19	1314	1324	1262	1262
q20	614	448	291	291
q21	6230	2927	2753	2753
q22	474	385	317	317
Total cold run time: 99847 ms
Total hot run time: 32202 ms

----- Round 2, with runtime_filter_mode=off -----
orders	Doris	NULL	NULL	150000000	42	6422171781	NULL	22778155	NULL	NULL	2023-12-26 18:27:23	2023-12-26 18:42:55	NULL	utf-8	NULL	NULL	
============================================
q1	5133	5136	5279	5136
q2	q3	5039	5280	4721	4721
q4	2156	2239	1482	1482
q5	5067	4766	4711	4711
q6	252	188	137	137
q7	1914	1771	1593	1593
q8	2498	2227	2278	2227
q9	7887	7534	7420	7420
q10	4746	4709	4269	4269
q11	552	396	362	362
q12	756	754	552	552
q13	3067	3398	2799	2799
q14	279	297	265	265
q15	q16	691	716	616	616
q17	1341	1317	1319	1317
q18	7421	6991	6991	6991
q19	1153	1104	1130	1104
q20	2246	2226	1949	1949
q21	5419	4699	4652	4652
q22	534	463	424	424
Total cold run time: 58151 ms
Total hot run time: 52727 ms

@hello-stephen
Copy link
Copy Markdown
Contributor

TPC-DS: Total hot run time: 173205 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS sf100 test result on commit d693096930c953e3230c9e5097a436cb8109e56e, data reload: false

query5	4322	673	505	505
query6	347	222	200	200
query7	4269	593	306	306
query8	326	235	219	219
query9	8866	4324	4251	4251
query10	454	345	308	308
query11	5804	2556	2272	2272
query12	189	130	129	129
query13	1320	613	461	461
query14	6162	5517	5212	5212
query14_1	4531	4558	4506	4506
query15	220	210	189	189
query16	978	442	454	442
query17	968	742	616	616
query18	2453	499	373	373
query19	218	212	174	174
query20	136	141	134	134
query21	216	140	119	119
query22	13646	13623	13489	13489
query23	17295	16664	16201	16201
query23_1	16349	16482	16312	16312
query24	7460	1801	1322	1322
query24_1	1308	1308	1344	1308
query25	547	490	410	410
query26	1330	342	177	177
query27	2674	581	367	367
query28	4502	2067	2026	2026
query29	989	599	500	500
query30	302	239	207	207
query31	1131	1079	954	954
query32	90	84	72	72
query33	538	354	297	297
query34	1182	1210	663	663
query35	777	794	682	682
query36	1413	1398	1245	1245
query37	154	112	93	93
query38	3244	3209	3084	3084
query39	937	923	921	921
query39_1	866	911	872	872
query40	229	147	128	128
query41	69	64	62	62
query42	112	110	113	110
query43	331	333	295	295
query44	
query45	214	202	200	200
query46	1074	1179	755	755
query47	2402	2365	2273	2273
query48	421	434	295	295
query49	648	487	382	382
query50	965	341	262	262
query51	4445	4339	4231	4231
query52	108	105	93	93
query53	255	281	204	204
query54	313	269	283	269
query55	93	92	84	84
query56	289	293	305	293
query57	1447	1446	1338	1338
query58	295	268	279	268
query59	1620	1717	1474	1474
query60	316	316	318	316
query61	159	152	151	151
query62	689	649	571	571
query63	242	204	204	204
query64	2435	798	606	606
query65	
query66	1718	481	349	349
query67	30196	30067	29977	29977
query68	
query69	474	361	308	308
query70	1079	1015	1050	1015
query71	316	281	263	263
query72	3073	2670	2450	2450
query73	822	792	444	444
query74	5148	5037	4832	4832
query75	2667	2579	2267	2267
query76	2286	1162	812	812
query77	400	407	329	329
query78	12472	12316	11924	11924
query79	1286	1027	725	725
query80	579	541	448	448
query81	460	282	244	244
query82	239	153	122	122
query83	352	279	251	251
query84	312	143	109	109
query85	886	524	456	456
query86	375	363	356	356
query87	3417	3404	3241	3241
query88	3633	2787	2763	2763
query89	434	395	345	345
query90	2089	184	180	180
query91	180	168	137	137
query92	84	77	76	76
query93	1490	1483	846	846
query94	552	380	318	318
query95	704	497	379	379
query96	1042	872	380	380
query97	2759	2762	2565	2565
query98	254	235	236	235
query99	1167	1166	1035	1035
Total cold run time: 253600 ms
Total hot run time: 173205 ms

Use WorkloadGroup's built-in metrics instead of creating a duplicate
WorkloadGroupMetrics instance, which caused metric entity lifecycle
issues under ASAN. Also use unique IDs per test case to avoid entity
conflicts, and reduce sleep times to prevent CI timeout in ASAN mode.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot removed the approved Indicates a PR has been approved by one committer. label May 25, 2026
@bosswnx
Copy link
Copy Markdown
Author

bosswnx commented May 25, 2026

run buildall

@hello-stephen
Copy link
Copy Markdown
Contributor

TPC-H: Total hot run time: 32184 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100 test result on commit c0a92b48f61913d9d23140fe22b4a50a27f3a531, data reload: false

------ Round 1 ----------------------------------
orders	Doris	NULL	NULL	0	0	0	NULL	0	NULL	NULL	2023-12-26 18:27:23	2023-12-26 18:42:55	NULL	utf-8	NULL	NULL	
============================================
q1	17930	4165	4109	4109
q2	q3	10804	1408	804	804
q4	4682	488	350	350
q5	7562	2336	2181	2181
q6	241	180	140	140
q7	970	801	650	650
q8	9382	1730	1647	1647
q9	5285	5019	5017	5017
q10	6381	2211	1882	1882
q11	429	277	249	249
q12	641	428	303	303
q13	18133	3456	2818	2818
q14	271	273	244	244
q15	q16	832	781	717	717
q17	1022	894	1046	894
q18	7069	5803	5537	5537
q19	1305	1291	1226	1226
q20	576	471	287	287
q21	6136	2901	2813	2813
q22	506	367	316	316
Total cold run time: 100157 ms
Total hot run time: 32184 ms

----- Round 2, with runtime_filter_mode=off -----
orders	Doris	NULL	NULL	150000000	42	6422171781	NULL	22778155	NULL	NULL	2023-12-26 18:27:23	2023-12-26 18:42:55	NULL	utf-8	NULL	NULL	
============================================
q1	4933	4845	5249	4845
q2	q3	4943	5413	4707	4707
q4	2175	2394	1502	1502
q5	5049	4774	4749	4749
q6	233	181	128	128
q7	1875	1823	1607	1607
q8	2644	2212	2226	2212
q9	8075	7629	7589	7589
q10	4825	4756	4322	4322
q11	551	392	387	387
q12	749	745	554	554
q13	3085	3369	2806	2806
q14	280	288	256	256
q15	q16	690	710	624	624
q17	1345	1281	1303	1281
q18	7587	6795	6881	6795
q19	1111	1123	1158	1123
q20	2237	2258	1979	1979
q21	5437	4798	4657	4657
q22	536	479	440	440
Total cold run time: 58360 ms
Total hot run time: 52563 ms

@hello-stephen
Copy link
Copy Markdown
Contributor

TPC-DS: Total hot run time: 173226 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS sf100 test result on commit c0a92b48f61913d9d23140fe22b4a50a27f3a531, data reload: false

query5	4345	674	531	531
query6	332	236	217	217
query7	4226	582	321	321
query8	325	241	215	215
query9	8856	4127	4168	4127
query10	453	342	307	307
query11	5797	2612	2259	2259
query12	193	130	128	128
query13	1318	637	450	450
query14	6159	5551	5293	5293
query14_1	4511	4539	4481	4481
query15	214	208	185	185
query16	1003	442	414	414
query17	961	716	583	583
query18	2467	492	356	356
query19	213	204	168	168
query20	145	131	133	131
query21	211	145	119	119
query22	13764	13722	13481	13481
query23	17389	16657	16352	16352
query23_1	16354	16342	16326	16326
query24	7643	1792	1321	1321
query24_1	1332	1354	1345	1345
query25	550	474	426	426
query26	1336	346	172	172
query27	2705	574	356	356
query28	4549	2075	2008	2008
query29	1018	632	518	518
query30	313	231	199	199
query31	1141	1093	969	969
query32	92	78	80	78
query33	560	374	309	309
query34	1180	1200	670	670
query35	776	798	708	708
query36	1463	1426	1213	1213
query37	169	120	92	92
query38	3285	3171	3081	3081
query39	925	934	898	898
query39_1	893	880	885	880
query40	247	150	132	132
query41	74	69	70	69
query42	115	113	114	113
query43	333	338	306	306
query44	
query45	224	206	199	199
query46	1131	1200	764	764
query47	2399	2371	2253	2253
query48	419	437	309	309
query49	653	522	401	401
query50	1011	346	267	267
query51	4399	4317	4345	4317
query52	111	110	100	100
query53	263	290	210	210
query54	327	285	286	285
query55	98	96	95	95
query56	312	314	336	314
query57	1455	1422	1338	1338
query58	313	289	277	277
query59	1657	1734	1576	1576
query60	350	345	330	330
query61	184	182	184	182
query62	709	661	606	606
query63	252	217	221	217
query64	2487	809	642	642
query65	
query66	1749	492	365	365
query67	30224	30265	29969	29969
query68	
query69	469	351	298	298
query70	1031	1035	989	989
query71	317	280	269	269
query72	2963	2720	2415	2415
query73	862	766	449	449
query74	5172	5005	4829	4829
query75	2711	2640	2293	2293
query76	2321	1152	787	787
query77	409	420	335	335
query78	12599	12607	11900	11900
query79	1508	1110	740	740
query80	669	550	450	450
query81	467	286	246	246
query82	1393	161	120	120
query83	359	274	249	249
query84	308	139	112	112
query85	873	541	447	447
query86	401	355	314	314
query87	3446	3397	3284	3284
query88	3685	2774	2744	2744
query89	450	403	342	342
query90	1951	191	190	190
query91	182	174	139	139
query92	86	76	79	76
query93	1504	1416	896	896
query94	544	326	315	315
query95	683	378	352	352
query96	1043	768	361	361
query97	2737	2711	2590	2590
query98	240	229	224	224
query99	1183	1154	1022	1022
Total cold run time: 256134 ms
Total hot run time: 173226 ms

@bosswnx
Copy link
Copy Markdown
Author

bosswnx commented May 25, 2026

run buildall

@hello-stephen
Copy link
Copy Markdown
Contributor

TPC-H: Total hot run time: 32198 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100 test result on commit 81910409a55132a9f467a9138f312562b92ae3b9, data reload: false

------ Round 1 ----------------------------------
orders	Doris	NULL	NULL	0	0	0	NULL	0	NULL	NULL	2023-12-26 18:27:23	2023-12-26 18:42:55	NULL	utf-8	NULL	NULL	
============================================
q1	17766	4263	4203	4203
q2	q3	10806	1420	828	828
q4	4684	474	342	342
q5	7658	2340	2135	2135
q6	241	187	143	143
q7	1017	788	652	652
q8	9393	1707	1740	1707
q9	5237	5053	4962	4962
q10	6374	2199	1869	1869
q11	437	283	257	257
q12	636	426	300	300
q13	18081	3362	2737	2737
q14	271	261	256	256
q15	q16	833	780	715	715
q17	1003	917	986	917
q18	7063	5776	5512	5512
q19	1319	1320	1300	1300
q20	560	470	293	293
q21	6198	2882	2748	2748
q22	465	391	322	322
Total cold run time: 100042 ms
Total hot run time: 32198 ms

----- Round 2, with runtime_filter_mode=off -----
orders	Doris	NULL	NULL	150000000	42	6422171781	NULL	22778155	NULL	NULL	2023-12-26 18:27:23	2023-12-26 18:42:55	NULL	utf-8	NULL	NULL	
============================================
q1	5105	5070	5171	5070
q2	q3	4960	5255	4651	4651
q4	2281	2363	1537	1537
q5	5250	4868	4826	4826
q6	242	188	137	137
q7	1966	1790	1587	1587
q8	2653	2285	2337	2285
q9	8017	7610	7536	7536
q10	4781	4706	4219	4219
q11	578	426	394	394
q12	738	775	560	560
q13	3061	3433	2790	2790
q14	274	279	255	255
q15	q16	698	704	621	621
q17	1318	1296	1307	1296
q18	7643	7056	7064	7056
q19	1120	1147	1122	1122
q20	2258	2232	1975	1975
q21	5551	4845	4706	4706
q22	559	480	419	419
Total cold run time: 59053 ms
Total hot run time: 53042 ms

@hello-stephen
Copy link
Copy Markdown
Contributor

TPC-DS: Total hot run time: 172941 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS sf100 test result on commit 81910409a55132a9f467a9138f312562b92ae3b9, data reload: false

query5	4297	661	528	528
query6	342	240	199	199
query7	4255	571	326	326
query8	328	234	220	220
query9	8849	4162	4129	4129
query10	440	338	304	304
query11	5781	2524	2275	2275
query12	183	127	123	123
query13	1282	622	445	445
query14	6152	5495	5207	5207
query14_1	4530	4584	4552	4552
query15	213	201	177	177
query16	998	446	422	422
query17	962	703	582	582
query18	2440	482	352	352
query19	209	195	155	155
query20	130	130	128	128
query21	224	146	119	119
query22	13655	13595	13424	13424
query23	17437	16569	16201	16201
query23_1	16302	16315	16497	16315
query24	7444	1771	1358	1358
query24_1	1333	1306	1294	1294
query25	585	502	438	438
query26	1316	321	182	182
query27	2674	515	362	362
query28	4478	2023	2017	2017
query29	994	655	524	524
query30	314	241	203	203
query31	1133	1083	975	975
query32	91	80	78	78
query33	568	365	310	310
query34	1203	1135	671	671
query35	779	806	707	707
query36	1441	1412	1270	1270
query37	154	104	94	94
query38	3229	3180	3112	3112
query39	931	931	916	916
query39_1	873	879	895	879
query40	236	150	129	129
query41	75	69	69	69
query42	112	115	111	111
query43	340	343	308	308
query44	
query45	221	222	228	222
query46	1171	1170	741	741
query47	2344	2397	2244	2244
query48	409	410	306	306
query49	666	515	405	405
query50	982	342	256	256
query51	4386	4278	4274	4274
query52	108	109	98	98
query53	264	290	211	211
query54	328	299	264	264
query55	104	93	87	87
query56	333	315	315	315
query57	1459	1425	1334	1334
query58	309	281	274	274
query59	1636	1716	1514	1514
query60	326	340	340	340
query61	210	160	155	155
query62	700	649	581	581
query63	242	203	207	203
query64	2439	795	636	636
query65	
query66	1700	486	376	376
query67	29728	29734	29456	29456
query68	
query69	455	340	314	314
query70	1067	991	1033	991
query71	308	278	257	257
query72	3046	2681	2472	2472
query73	851	760	449	449
query74	5107	4931	4853	4853
query75	2689	2596	2265	2265
query76	2287	1155	793	793
query77	414	408	346	346
query78	12409	12471	11887	11887
query79	1455	1075	732	732
query80	649	549	452	452
query81	446	288	241	241
query82	1334	160	126	126
query83	358	279	257	257
query84	305	141	116	116
query85	882	548	452	452
query86	387	335	338	335
query87	3436	3382	3242	3242
query88	3604	2752	2747	2747
query89	438	398	347	347
query90	2012	188	187	187
query91	181	167	141	141
query92	77	81	72	72
query93	1470	1510	852	852
query94	535	334	318	318
query95	689	375	355	355
query96	1013	760	335	335
query97	2757	2764	2609	2609
query98	240	227	240	227
query99	1177	1148	1032	1032
Total cold run time: 254347 ms
Total hot run time: 172941 ms

@hello-stephen
Copy link
Copy Markdown
Contributor

BE Regression && UT Coverage Report

Increment line coverage 100.00% (6/6) 🎉

Increment coverage report
Complete coverage report

Category Coverage
Function Coverage 73.78% (28033/37997)
Line Coverage 57.73% (304588/527586)
Region Coverage 54.91% (254973/464342)
Branch Coverage 56.43% (110157/195204)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants