Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[opt](hashset)Optimize u8/i8 distinct by using SmallFixedSizeHashSet #46542

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Mryange
Copy link
Contributor

@Mryange Mryange commented Jan 7, 2025

What problem does this PR solve?

before

mysql [test]>select count(distinct u8) from nums;
+--------------------+
| count(DISTINCT u8) |
+--------------------+
|                256 |
+--------------------+
1 row in set (0.17 sec)

now

mysql [test]>select count(distinct u8) from nums;
+--------------------+
| count(DISTINCT u8) |
+--------------------+
|                256 |
+--------------------+
1 row in set (0.04 sec)

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

@Thearas
Copy link
Contributor

Thearas commented Jan 7, 2025

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?

@Mryange
Copy link
Contributor Author

Mryange commented Jan 7, 2025

run buildall

@doris-robot
Copy link

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

------ Round 1 ----------------------------------
q1	17612	6187	6037	6037
q2	2052	316	172	172
q3	10504	1304	732	732
q4	10256	881	433	433
q5	7681	2236	2059	2059
q6	205	180	150	150
q7	900	780	633	633
q8	9232	1385	1152	1152
q9	5282	4999	4951	4951
q10	6790	2294	1837	1837
q11	482	283	253	253
q12	351	355	220	220
q13	17762	3653	3006	3006
q14	241	228	218	218
q15	564	508	509	508
q16	632	606	606	606
q17	595	858	342	342
q18	7257	6442	6335	6335
q19	1789	973	577	577
q20	320	318	186	186
q21	2911	2264	1982	1982
q22	361	330	322	322
Total cold run time: 103779 ms
Total hot run time: 32711 ms

----- Round 2, with runtime_filter_mode=off -----
q1	6251	6258	6237	6237
q2	244	333	237	237
q3	2281	2649	2282	2282
q4	1438	1827	1360	1360
q5	4391	4796	4892	4796
q6	188	178	142	142
q7	2069	2023	1863	1863
q8	2639	2805	2711	2711
q9	7267	7257	7201	7201
q10	3049	3333	2803	2803
q11	599	505	490	490
q12	662	748	569	569
q13	3527	3917	3225	3225
q14	303	303	274	274
q15	566	502	505	502
q16	653	681	661	661
q17	1209	1741	1250	1250
q18	7763	7420	7000	7000
q19	835	1125	1048	1048
q20	1927	2005	1790	1790
q21	5490	5160	4827	4827
q22	646	613	593	593
Total cold run time: 53997 ms
Total hot run time: 51861 ms

@doris-robot
Copy link

TPC-DS: Total hot run time: 189469 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 b13e8fc01635cd852499220c8de35a857aa70b95, data reload: false

query1	966	382	368	368
query2	6522	2355	2414	2355
query3	6706	212	210	210
query4	34067	23608	23368	23368
query5	4378	609	451	451
query6	284	213	198	198
query7	4616	506	301	301
query8	321	253	238	238
query9	9672	2763	2760	2760
query10	473	315	257	257
query11	18112	15469	14946	14946
query12	159	110	106	106
query13	1692	546	418	418
query14	9559	7808	6987	6987
query15	271	201	192	192
query16	8483	639	405	405
query17	1612	762	568	568
query18	2134	438	296	296
query19	203	174	147	147
query20	116	112	119	112
query21	202	128	100	100
query22	4425	4440	4038	4038
query23	34292	33122	33130	33122
query24	6444	2239	2219	2219
query25	491	445	375	375
query26	788	274	152	152
query27	2059	451	333	333
query28	5363	2460	2449	2449
query29	691	533	440	440
query30	226	187	149	149
query31	985	942	809	809
query32	100	61	59	59
query33	489	343	297	297
query34	767	842	513	513
query35	763	828	725	725
query36	1011	1033	963	963
query37	118	93	75	75
query38	4272	4270	4186	4186
query39	1447	1458	1493	1458
query40	210	113	98	98
query41	45	47	43	43
query42	120	103	103	103
query43	500	532	497	497
query44	1284	795	798	795
query45	182	173	167	167
query46	874	1037	644	644
query47	1925	1952	1862	1862
query48	393	409	320	320
query49	729	459	400	400
query50	627	651	374	374
query51	6989	6900	6955	6900
query52	104	105	93	93
query53	221	262	189	189
query54	477	478	405	405
query55	78	77	77	77
query56	246	273	229	229
query57	1239	1185	1129	1129
query58	238	239	228	228
query59	3030	3024	2848	2848
query60	281	253	241	241
query61	113	105	102	102
query62	876	796	734	734
query63	230	195	190	190
query64	3804	961	635	635
query65	3245	3157	3233	3157
query66	871	470	307	307
query67	15931	15762	15526	15526
query68	8114	703	517	517
query69	485	293	255	255
query70	1224	1173	1157	1157
query71	439	284	260	260
query72	6131	3861	3821	3821
query73	657	763	364	364
query74	10135	9272	8949	8949
query75	4121	3136	2647	2647
query76	3700	1141	766	766
query77	762	376	281	281
query78	10018	10067	9518	9518
query79	4279	791	634	634
query80	742	505	449	449
query81	482	277	229	229
query82	645	162	121	121
query83	205	166	152	152
query84	283	99	78	78
query85	731	351	304	304
query86	359	320	274	274
query87	4664	4474	4469	4469
query88	4443	2233	2272	2233
query89	414	338	295	295
query90	1924	188	189	188
query91	136	133	111	111
query92	72	57	56	56
query93	2343	860	540	540
query94	707	403	306	306
query95	330	267	248	248
query96	499	616	282	282
query97	2843	2987	2887	2887
query98	223	205	200	200
query99	1679	1554	1440	1440
Total cold run time: 293930 ms
Total hot run time: 189469 ms

@doris-robot
Copy link

ClickBench: Total hot run time: 30.8 s
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
ClickBench test result on commit b13e8fc01635cd852499220c8de35a857aa70b95, data reload: false

query1	0.04	0.03	0.03
query2	0.07	0.03	0.03
query3	0.24	0.08	0.07
query4	1.59	0.11	0.11
query5	0.42	0.41	0.42
query6	1.17	0.65	0.66
query7	0.02	0.02	0.02
query8	0.04	0.03	0.03
query9	0.61	0.49	0.51
query10	0.55	0.57	0.55
query11	0.15	0.10	0.10
query12	0.14	0.11	0.12
query13	0.60	0.60	0.59
query14	2.72	2.82	2.85
query15	0.89	0.82	0.82
query16	0.37	0.39	0.38
query17	1.05	1.05	1.05
query18	0.23	0.20	0.21
query19	1.93	1.86	2.00
query20	0.01	0.01	0.01
query21	15.36	0.88	0.59
query22	0.75	0.77	0.62
query23	15.32	1.44	0.50
query24	2.99	0.91	0.37
query25	0.25	0.21	0.14
query26	0.23	0.15	0.13
query27	0.07	0.07	0.04
query28	13.34	1.57	1.05
query29	12.58	3.95	3.27
query30	0.25	0.09	0.07
query31	2.81	0.59	0.38
query32	3.23	0.53	0.47
query33	3.09	3.08	3.05
query34	16.82	5.11	4.52
query35	4.54	4.56	4.49
query36	0.66	0.49	0.47
query37	0.09	0.07	0.06
query38	0.05	0.04	0.03
query39	0.04	0.02	0.03
query40	0.17	0.15	0.12
query41	0.08	0.03	0.02
query42	0.04	0.02	0.02
query43	0.04	0.04	0.04
Total cold run time: 105.64 s
Total hot run time: 30.8 s

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 38.85% (10130/26074)
Line Coverage: 29.90% (85695/286560)
Region Coverage: 29.01% (43731/150756)
Branch Coverage: 25.55% (22325/87366)
Coverage Report: http://coverage.selectdb-in.cc/coverage/b13e8fc01635cd852499220c8de35a857aa70b95_b13e8fc01635cd852499220c8de35a857aa70b95/report/index.html

@Mryange
Copy link
Contributor Author

Mryange commented Jan 8, 2025

run buildall

@doris-robot
Copy link

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

------ Round 1 ----------------------------------
q1	17569	6340	6056	6056
q2	2041	317	184	184
q3	10392	1250	723	723
q4	10214	859	430	430
q5	7540	2179	1953	1953
q6	203	181	148	148
q7	906	752	614	614
q8	9241	1351	1166	1166
q9	5204	4957	4979	4957
q10	6729	2264	1875	1875
q11	491	272	262	262
q12	346	359	224	224
q13	17778	3754	3099	3099
q14	245	233	222	222
q15	587	539	510	510
q16	636	616	573	573
q17	557	854	331	331
q18	7091	6585	6394	6394
q19	1235	966	536	536
q20	315	326	193	193
q21	2769	2138	1997	1997
q22	353	334	314	314
Total cold run time: 102442 ms
Total hot run time: 32761 ms

----- Round 2, with runtime_filter_mode=off -----
q1	6281	6218	6223	6218
q2	238	324	234	234
q3	2297	2677	2356	2356
q4	1423	1831	1382	1382
q5	4319	4762	4825	4762
q6	186	178	140	140
q7	2144	1996	1831	1831
q8	2588	2785	2685	2685
q9	7269	7136	7207	7136
q10	3035	3310	2844	2844
q11	569	522	511	511
q12	670	768	622	622
q13	3403	3864	3289	3289
q14	305	307	281	281
q15	558	513	511	511
q16	647	697	648	648
q17	1208	1733	1279	1279
q18	7793	7500	7114	7114
q19	798	1106	1044	1044
q20	1941	1962	1825	1825
q21	5394	5149	4726	4726
q22	592	612	594	594
Total cold run time: 53658 ms
Total hot run time: 52032 ms

@doris-robot
Copy link

TPC-DS: Total hot run time: 188158 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 1a1b3a3b34b69c6753987cd516ecc154492896bb, data reload: false

query1	978	374	374	374
query2	6525	2384	2291	2291
query3	6702	216	223	216
query4	33733	23442	23686	23442
query5	4288	614	454	454
query6	282	200	190	190
query7	4621	492	306	306
query8	314	229	220	220
query9	9532	2743	2732	2732
query10	465	301	251	251
query11	18299	15243	15192	15192
query12	149	106	110	106
query13	1648	523	391	391
query14	10010	7340	7029	7029
query15	237	192	182	182
query16	8203	616	403	403
query17	1587	743	571	571
query18	2113	395	308	308
query19	225	179	150	150
query20	117	110	109	109
query21	212	130	105	105
query22	4122	4239	4067	4067
query23	33972	33192	32902	32902
query24	6426	2317	2231	2231
query25	498	442	382	382
query26	1211	271	162	162
query27	2004	450	331	331
query28	5384	2466	2456	2456
query29	723	573	421	421
query30	226	178	146	146
query31	936	852	789	789
query32	88	64	61	61
query33	540	356	292	292
query34	757	837	521	521
query35	787	776	712	712
query36	1010	1009	939	939
query37	119	102	76	76
query38	4110	4106	4048	4048
query39	1477	1416	1396	1396
query40	204	117	100	100
query41	46	43	44	43
query42	124	109	105	105
query43	509	515	495	495
query44	1283	836	833	833
query45	181	164	171	164
query46	863	1035	640	640
query47	1795	1868	1800	1800
query48	401	409	324	324
query49	775	476	393	393
query50	615	648	392	392
query51	7079	6877	6967	6877
query52	98	97	91	91
query53	223	247	182	182
query54	469	481	396	396
query55	85	82	82	82
query56	267	266	246	246
query57	1172	1154	1062	1062
query58	243	223	218	218
query59	2950	3166	2740	2740
query60	264	267	262	262
query61	104	110	114	110
query62	836	755	703	703
query63	237	194	190	190
query64	4544	1002	642	642
query65	3255	3163	3149	3149
query66	1060	402	310	310
query67	15716	15669	15318	15318
query68	8279	689	508	508
query69	492	290	257	257
query70	1175	1117	1113	1113
query71	450	298	258	258
query72	6328	3830	3795	3795
query73	657	747	360	360
query74	9824	9067	8990	8990
query75	4053	3124	2626	2626
query76	3710	1182	755	755
query77	764	358	277	277
query78	9984	10027	9355	9355
query79	3131	777	592	592
query80	647	513	454	454
query81	478	267	236	236
query82	587	152	116	116
query83	160	182	149	149
query84	306	90	70	70
query85	792	366	308	308
query86	359	301	301	301
query87	4348	4695	4263	4263
query88	4589	2226	2198	2198
query89	405	329	311	311
query90	1908	199	194	194
query91	134	136	106	106
query92	69	57	59	57
query93	1536	846	530	530
query94	667	395	297	297
query95	334	264	247	247
query96	482	625	282	282
query97	2852	2979	2763	2763
query98	232	199	200	199
query99	1612	1500	1370	1370
Total cold run time: 291372 ms
Total hot run time: 188158 ms

@doris-robot
Copy link

ClickBench: Total hot run time: 30.83 s
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
ClickBench test result on commit 1a1b3a3b34b69c6753987cd516ecc154492896bb, data reload: false

query1	0.03	0.04	0.03
query2	0.07	0.03	0.04
query3	0.24	0.08	0.07
query4	1.61	0.11	0.11
query5	0.42	0.41	0.41
query6	1.15	0.65	0.65
query7	0.02	0.02	0.01
query8	0.04	0.03	0.04
query9	0.57	0.50	0.51
query10	0.56	0.57	0.55
query11	0.14	0.10	0.11
query12	0.14	0.10	0.11
query13	0.61	0.60	0.59
query14	2.79	2.81	2.73
query15	0.89	0.82	0.83
query16	0.37	0.39	0.40
query17	1.08	1.05	1.08
query18	0.22	0.20	0.20
query19	1.98	1.77	2.00
query20	0.02	0.01	0.01
query21	15.36	0.93	0.59
query22	0.75	0.89	0.95
query23	14.95	1.38	0.58
query24	3.08	1.56	0.31
query25	0.18	0.07	0.05
query26	0.24	0.15	0.14
query27	0.06	0.07	0.05
query28	12.73	1.55	1.06
query29	12.60	3.99	3.23
query30	0.25	0.10	0.06
query31	2.83	0.63	0.38
query32	3.22	0.55	0.46
query33	3.12	3.12	3.14
query34	16.74	5.14	4.52
query35	4.54	4.54	4.46
query36	0.82	0.52	0.48
query37	0.09	0.06	0.06
query38	0.04	0.03	0.03
query39	0.04	0.03	0.02
query40	0.18	0.13	0.12
query41	0.07	0.02	0.02
query42	0.04	0.03	0.02
query43	0.03	0.03	0.03
Total cold run time: 104.91 s
Total hot run time: 30.83 s

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 38.89% (10140/26073)
Line Coverage: 29.92% (85732/286514)
Region Coverage: 29.02% (43745/150720)
Branch Coverage: 25.56% (22322/87344)
Coverage Report: http://coverage.selectdb-in.cc/coverage/1a1b3a3b34b69c6753987cd516ecc154492896bb_1a1b3a3b34b69c6753987cd516ecc154492896bb/report/index.html

@Mryange
Copy link
Contributor Author

Mryange commented Jan 9, 2025

run buildall

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 39.38% (10267/26074)
Line Coverage: 30.53% (87463/286445)
Region Coverage: 29.57% (44559/150698)
Branch Coverage: 26.12% (22810/87326)
Coverage Report: http://coverage.selectdb-in.cc/coverage/7f4239c7b1bf1d664b682656473f3ee5e5f3dfff_7f4239c7b1bf1d664b682656473f3ee5e5f3dfff/report/index.html

@Mryange
Copy link
Contributor Author

Mryange commented Jan 9, 2025

run buildall

@doris-robot
Copy link

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

------ Round 1 ----------------------------------
q1	17566	6216	5984	5984
q2	2052	329	171	171
q3	10386	1259	727	727
q4	10249	869	429	429
q5	8230	2211	1994	1994
q6	213	181	146	146
q7	881	748	594	594
q8	9213	1365	1184	1184
q9	5273	4924	4825	4825
q10	6776	2305	1851	1851
q11	484	278	257	257
q12	350	353	222	222
q13	17783	3678	3095	3095
q14	240	230	208	208
q15	559	506	508	506
q16	622	638	591	591
q17	577	853	346	346
q18	6834	6472	6481	6472
q19	2534	955	556	556
q20	296	314	181	181
q21	2806	2162	1999	1999
q22	369	329	307	307
Total cold run time: 104293 ms
Total hot run time: 32645 ms

----- Round 2, with runtime_filter_mode=off -----
q1	6253	6166	6210	6166
q2	237	327	231	231
q3	2243	2665	2298	2298
q4	1415	1810	1423	1423
q5	4292	4753	4873	4753
q6	185	175	140	140
q7	2087	1944	1824	1824
q8	2644	2852	2748	2748
q9	7315	7227	7183	7183
q10	3035	3271	2701	2701
q11	559	531	491	491
q12	688	783	637	637
q13	3485	3883	3246	3246
q14	273	305	279	279
q15	567	522	499	499
q16	643	691	639	639
q17	1248	1726	1261	1261
q18	7690	7347	7435	7347
q19	810	1162	1065	1065
q20	1978	1980	1888	1888
q21	5663	5176	4998	4998
q22	616	614	553	553
Total cold run time: 53926 ms
Total hot run time: 52370 ms

@doris-robot
Copy link

TPC-DS: Total hot run time: 194855 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 88ecdbcf64709c8d86c186f6c399b554c5eada29, data reload: false

query1	1289	949	959	949
query2	6272	2458	2389	2389
query3	11130	4747	4823	4747
query4	32915	23836	23457	23457
query5	4105	614	464	464
query6	286	206	194	194
query7	3985	514	306	306
query8	296	250	246	246
query9	9207	2707	2710	2707
query10	475	300	248	248
query11	17842	15198	15048	15048
query12	153	99	101	99
query13	1556	531	398	398
query14	9995	7516	7074	7074
query15	267	189	194	189
query16	8099	654	464	464
query17	1535	790	629	629
query18	2174	407	324	324
query19	210	199	174	174
query20	114	120	122	120
query21	213	128	105	105
query22	4706	4660	4250	4250
query23	35307	33621	33052	33052
query24	6442	2353	2305	2305
query25	484	451	397	397
query26	809	265	169	169
query27	2360	474	342	342
query28	5696	2515	2485	2485
query29	550	548	442	442
query30	218	179	153	153
query31	928	873	798	798
query32	88	63	58	58
query33	512	331	344	331
query34	770	866	516	516
query35	800	834	738	738
query36	997	1052	959	959
query37	128	103	82	82
query38	4080	4193	3975	3975
query39	1530	1472	1457	1457
query40	212	125	106	106
query41	61	50	49	49
query42	124	113	105	105
query43	530	519	480	480
query44	1361	827	848	827
query45	177	176	159	159
query46	891	1058	678	678
query47	1867	1894	1803	1803
query48	376	431	323	323
query49	713	509	389	389
query50	642	660	416	416
query51	6999	7013	7086	7013
query52	107	103	96	96
query53	238	261	190	190
query54	493	499	439	439
query55	84	83	83	83
query56	266	279	254	254
query57	1208	1206	1156	1156
query58	271	226	222	222
query59	3284	3384	3127	3127
query60	309	270	255	255
query61	113	108	109	108
query62	889	806	735	735
query63	233	198	199	198
query64	3673	1068	658	658
query65	3282	3199	3274	3199
query66	766	420	315	315
query67	16358	15695	15453	15453
query68	9035	728	524	524
query69	465	294	244	244
query70	1161	1072	1101	1072
query71	432	283	262	262
query72	6300	3782	3864	3782
query73	685	769	353	353
query74	10292	9177	8657	8657
query75	4015	3107	2637	2637
query76	3642	1175	777	777
query77	775	370	267	267
query78	9982	10021	9278	9278
query79	5285	830	591	591
query80	738	527	526	526
query81	481	272	232	232
query82	437	154	121	121
query83	198	165	146	146
query84	277	93	78	78
query85	740	352	312	312
query86	338	315	310	310
query87	4408	4425	4416	4416
query88	3543	2204	2226	2204
query89	441	322	296	296
query90	2127	187	189	187
query91	131	133	106	106
query92	72	55	50	50
query93	3191	858	530	530
query94	703	386	292	292
query95	337	265	256	256
query96	494	615	277	277
query97	2855	2937	2797	2797
query98	222	199	192	192
query99	1612	1469	1407	1407
Total cold run time: 299464 ms
Total hot run time: 194855 ms

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 39.38% (10267/26074)
Line Coverage: 30.53% (87450/286447)
Region Coverage: 29.56% (44553/150698)
Branch Coverage: 26.11% (22805/87326)
Coverage Report: http://coverage.selectdb-in.cc/coverage/88ecdbcf64709c8d86c186f6c399b554c5eada29_88ecdbcf64709c8d86c186f6c399b554c5eada29/report/index.html

@doris-robot
Copy link

ClickBench: Total hot run time: 31.95 s
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
ClickBench test result on commit 88ecdbcf64709c8d86c186f6c399b554c5eada29, data reload: false

query1	0.03	0.04	0.03
query2	0.07	0.03	0.03
query3	0.23	0.08	0.07
query4	1.60	0.11	0.11
query5	0.43	0.41	0.41
query6	1.16	0.65	0.65
query7	0.02	0.02	0.02
query8	0.04	0.03	0.04
query9	0.58	0.51	0.50
query10	0.55	0.55	0.55
query11	0.15	0.11	0.11
query12	0.14	0.11	0.11
query13	0.60	0.60	0.60
query14	2.73	2.73	2.73
query15	0.90	0.82	0.83
query16	0.37	0.38	0.40
query17	1.04	1.08	1.04
query18	0.23	0.21	0.21
query19	1.90	1.89	2.00
query20	0.01	0.02	0.01
query21	15.36	0.90	0.56
query22	0.74	0.89	0.67
query23	15.24	1.40	0.55
query24	2.93	1.52	2.05
query25	0.21	0.16	0.13
query26	0.25	0.14	0.13
query27	0.07	0.04	0.06
query28	14.52	1.48	1.05
query29	12.56	3.99	3.26
query30	0.24	0.09	0.07
query31	2.82	0.59	0.38
query32	3.24	0.55	0.46
query33	3.08	3.02	3.17
query34	16.84	5.08	4.53
query35	4.56	4.56	4.48
query36	0.62	0.49	0.48
query37	0.10	0.06	0.06
query38	0.05	0.04	0.04
query39	0.04	0.02	0.03
query40	0.18	0.14	0.13
query41	0.09	0.03	0.02
query42	0.04	0.03	0.02
query43	0.03	0.03	0.03
Total cold run time: 106.59 s
Total hot run time: 31.95 s

@Mryange
Copy link
Contributor Author

Mryange commented Jan 10, 2025

run external

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants