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

[fix](column) Math default value showed incorrectly #47655

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wyxxxcat
Copy link
Contributor

@wyxxxcat wyxxxcat commented Feb 8, 2025

What problem does this PR solve?

Issue Number: close #xxx

mysql> CREATE TABLE IF NOT EXISTS t
    -> (
    ->     k TINYINT,
    ->     v1 DOUBLE NOT NULL DEFAULT E,
    ->     v2 INT
    -> )
    -> UNIQUE KEY(K)
    -> DISTRIBUTED BY HASH(k)
    -> PROPERTIES("replication_num" = "1");
Query OK, 0 rows affected (0.02 sec)

mysql> show create table t\G
*************************** 1. row ***************************
       Table: t
Create Table: CREATE TABLE `t` (
  `k` tinyint NULL,
  `v1` double NOT NULL DEFAULT 2.718281828459045,
  `v2` int NULL
) ENGINE=OLAP
UNIQUE KEY(`k`)
DISTRIBUTED BY HASH(`k`) BUCKETS 10
PROPERTIES (
"replication_allocation" = "tag.location.default: 1"
);
1 row in set (0.00 sec) 

Related PR: #xxx

Problem Summary:

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 Feb 8, 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?

@wyxxxcat
Copy link
Contributor Author

wyxxxcat commented Feb 8, 2025

run buildall

dataroaring
dataroaring previously approved these changes Feb 10, 2025
Copy link
Contributor

@dataroaring dataroaring left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Feb 10, 2025
Copy link
Contributor

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

Copy link
Contributor

PR approved by anyone and no changes requested.

w41ter
w41ter previously approved these changes Feb 10, 2025
@dataroaring
Copy link
Contributor

run buildall

@wyxxxcat
Copy link
Contributor Author

run buildall

@github-actions github-actions bot removed the approved Indicates a PR has been approved by one committer. label Feb 10, 2025
@doris-robot
Copy link

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

------ Round 1 ----------------------------------
q1	17591	5192	5087	5087
q2	2057	319	174	174
q3	10376	1348	747	747
q4	10210	1071	540	540
q5	7476	2400	2385	2385
q6	188	165	135	135
q7	906	740	622	622
q8	9307	1297	1085	1085
q9	4835	4748	4945	4748
q10	6840	2326	1930	1930
q11	493	287	268	268
q12	347	363	214	214
q13	17763	3673	3166	3166
q14	227	224	211	211
q15	529	477	464	464
q16	657	635	597	597
q17	599	901	337	337
q18	6869	6302	6257	6257
q19	1634	964	548	548
q20	328	329	195	195
q21	2768	2157	1914	1914
q22	369	319	311	311
Total cold run time: 102369 ms
Total hot run time: 31935 ms

----- Round 2, with runtime_filter_mode=off -----
q1	5154	5189	5156	5156
q2	242	329	230	230
q3	2213	2667	2308	2308
q4	1440	1835	1376	1376
q5	4249	4176	4138	4138
q6	208	166	124	124
q7	1873	1822	1818	1818
q8	2617	2616	2737	2616
q9	7290	7071	7103	7071
q10	3025	3229	2742	2742
q11	578	517	490	490
q12	689	808	635	635
q13	3605	3960	3293	3293
q14	273	301	282	282
q15	503	471	465	465
q16	656	668	654	654
q17	1151	1605	1326	1326
q18	7677	7474	7238	7238
q19	790	821	853	821
q20	1942	2018	1866	1866
q21	5476	4881	4879	4879
q22	646	613	552	552
Total cold run time: 52297 ms
Total hot run time: 50080 ms

@doris-robot
Copy link

TPC-DS: Total hot run time: 183205 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 46a7b8d4c5eff5860e6d81bf9639d452e0fef6fb, data reload: false

query1	976	381	396	381
query2	6530	1890	1914	1890
query3	6790	237	213	213
query4	26262	23839	23483	23483
query5	4312	674	487	487
query6	300	207	209	207
query7	4606	494	302	302
query8	301	237	235	235
query9	8635	2487	2471	2471
query10	490	319	276	276
query11	15226	15188	14875	14875
query12	160	110	103	103
query13	1654	501	394	394
query14	8785	6179	6010	6010
query15	212	190	173	173
query16	7136	610	478	478
query17	912	677	538	538
query18	1930	385	295	295
query19	187	174	174	174
query20	123	117	114	114
query21	208	119	101	101
query22	4261	4155	4458	4155
query23	34621	33569	32879	32879
query24	8344	2360	2349	2349
query25	539	449	378	378
query26	1239	265	146	146
query27	2743	492	318	318
query28	4382	2388	2355	2355
query29	733	535	415	415
query30	234	187	153	153
query31	940	863	776	776
query32	75	67	66	66
query33	573	362	318	318
query34	768	858	502	502
query35	789	822	748	748
query36	974	991	889	889
query37	127	99	81	81
query38	4209	4218	4145	4145
query39	1451	1375	1397	1375
query40	206	121	103	103
query41	54	57	54	54
query42	119	103	109	103
query43	503	515	471	471
query44	1274	782	784	782
query45	170	170	159	159
query46	847	1035	657	657
query47	1756	1765	1699	1699
query48	368	410	305	305
query49	772	520	408	408
query50	668	739	434	434
query51	4092	4225	4106	4106
query52	108	110	97	97
query53	224	252	178	178
query54	468	486	400	400
query55	82	81	82	81
query56	283	268	259	259
query57	1154	1151	1063	1063
query58	240	240	245	240
query59	2662	2910	2555	2555
query60	289	268	261	261
query61	114	113	114	113
query62	808	738	662	662
query63	226	187	185	185
query64	4326	982	673	673
query65	3191	3170	3154	3154
query66	1144	413	314	314
query67	15926	15655	15577	15577
query68	4447	816	506	506
query69	470	296	265	265
query70	1152	1111	1106	1106
query71	393	302	266	266
query72	5683	3660	3651	3651
query73	759	736	339	339
query74	8954	8887	8704	8704
query75	3115	3156	2748	2748
query76	3183	1167	741	741
query77	481	374	281	281
query78	9976	10031	9233	9233
query79	2252	816	581	581
query80	650	515	441	441
query81	506	279	248	248
query82	226	149	120	120
query83	170	180	161	161
query84	299	98	77	77
query85	747	355	315	315
query86	374	307	311	307
query87	4402	4519	4316	4316
query88	3191	2192	2175	2175
query89	384	309	281	281
query90	1988	189	187	187
query91	139	138	111	111
query92	70	60	55	55
query93	2486	997	583	583
query94	672	365	299	299
query95	351	272	259	259
query96	488	552	265	265
query97	2773	2960	2775	2775
query98	229	211	204	204
query99	1319	1389	1264	1264
Total cold run time: 267140 ms
Total hot run time: 183205 ms

@doris-robot
Copy link

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

query1	0.04	0.03	0.04
query2	0.07	0.04	0.03
query3	0.24	0.07	0.06
query4	1.62	0.10	0.10
query5	0.41	0.42	0.40
query6	1.18	0.67	0.66
query7	0.02	0.02	0.02
query8	0.04	0.04	0.03
query9	0.59	0.51	0.50
query10	0.59	0.58	0.57
query11	0.15	0.10	0.10
query12	0.14	0.11	0.11
query13	0.62	0.59	0.60
query14	2.67	2.81	2.85
query15	0.92	0.87	0.85
query16	0.38	0.38	0.38
query17	0.99	1.02	1.02
query18	0.21	0.20	0.19
query19	1.89	1.82	2.01
query20	0.02	0.01	0.02
query21	15.41	0.94	0.58
query22	0.76	1.25	0.68
query23	14.84	1.42	0.64
query24	6.46	1.94	0.88
query25	0.53	0.27	0.06
query26	0.54	0.16	0.14
query27	0.05	0.05	0.05
query28	10.13	0.88	0.42
query29	12.59	3.96	3.28
query30	0.26	0.09	0.06
query31	2.81	0.58	0.39
query32	3.23	0.56	0.47
query33	2.99	3.07	2.98
query34	15.81	5.13	4.56
query35	4.58	4.59	4.55
query36	0.66	0.50	0.47
query37	0.09	0.07	0.06
query38	0.05	0.04	0.04
query39	0.03	0.02	0.02
query40	0.18	0.13	0.12
query41	0.07	0.03	0.02
query42	0.04	0.02	0.02
query43	0.03	0.03	0.02
Total cold run time: 104.93 s
Total hot run time: 30.79 s

@wyxxxcat wyxxxcat force-pushed the math_def branch 2 times, most recently from 9e48a9d to 113c6a6 Compare February 10, 2025 07:52
@wyxxxcat
Copy link
Contributor Author

run buildall

@doris-robot
Copy link

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

------ Round 1 ----------------------------------
q1	17612	5168	5057	5057
q2	2051	323	167	167
q3	10386	1302	715	715
q4	10218	999	531	531
q5	7545	2324	2369	2324
q6	191	167	143	143
q7	895	745	599	599
q8	9301	1298	1149	1149
q9	4917	4706	4862	4706
q10	6817	2315	1861	1861
q11	476	261	264	261
q12	345	358	220	220
q13	17773	3631	3107	3107
q14	229	227	215	215
q15	516	463	449	449
q16	635	614	594	594
q17	577	874	344	344
q18	6615	6405	6220	6220
q19	1213	941	541	541
q20	314	326	196	196
q21	2975	2250	1912	1912
q22	367	326	306	306
Total cold run time: 101968 ms
Total hot run time: 31617 ms

----- Round 2, with runtime_filter_mode=off -----
q1	5102	5097	5078	5078
q2	230	331	231	231
q3	2159	2672	2292	2292
q4	1460	1803	1336	1336
q5	4219	4134	4139	4134
q6	209	162	125	125
q7	1855	1797	1679	1679
q8	2596	2621	2483	2483
q9	7255	7116	7061	7061
q10	2982	3194	2773	2773
q11	593	526	501	501
q12	680	771	633	633
q13	3494	3834	3220	3220
q14	275	305	257	257
q15	519	463	460	460
q16	651	691	642	642
q17	1125	1581	1331	1331
q18	7408	7284	7193	7193
q19	778	793	808	793
q20	1942	2060	1850	1850
q21	5470	4836	4981	4836
q22	626	619	539	539
Total cold run time: 51628 ms
Total hot run time: 49447 ms

@doris-robot
Copy link

TPC-DS: Total hot run time: 183407 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 113c6a66eac8387279aead214ddc57bbd70fc013, data reload: false

query1	959	376	378	376
query2	6537	1963	1887	1887
query3	6806	214	218	214
query4	26420	23278	23588	23278
query5	4327	637	472	472
query6	289	203	182	182
query7	4609	506	305	305
query8	302	244	231	231
query9	8632	2474	2480	2474
query10	475	316	248	248
query11	15405	15072	14972	14972
query12	160	113	107	107
query13	1666	526	409	409
query14	8835	7082	6375	6375
query15	213	189	178	178
query16	7226	662	469	469
query17	1218	707	586	586
query18	1955	410	305	305
query19	195	187	163	163
query20	119	115	117	115
query21	215	122	102	102
query22	4122	4275	4485	4275
query23	34526	33509	32939	32939
query24	7720	2370	2368	2368
query25	526	468	383	383
query26	1230	274	151	151
query27	2104	494	334	334
query28	3901	2392	2349	2349
query29	751	536	416	416
query30	231	187	153	153
query31	941	826	838	826
query32	75	65	59	59
query33	558	346	324	324
query34	768	858	500	500
query35	781	799	736	736
query36	943	1004	875	875
query37	120	104	78	78
query38	4211	4206	4043	4043
query39	1452	1397	1395	1395
query40	206	112	105	105
query41	52	51	49	49
query42	120	109	100	100
query43	493	517	475	475
query44	1265	773	771	771
query45	186	168	157	157
query46	862	1045	661	661
query47	1735	1795	1703	1703
query48	372	411	292	292
query49	770	524	414	414
query50	682	716	433	433
query51	4183	4208	4121	4121
query52	107	103	92	92
query53	220	257	186	186
query54	480	488	405	405
query55	84	81	82	81
query56	287	269	265	265
query57	1111	1130	1083	1083
query58	248	244	239	239
query59	2746	2670	2943	2670
query60	271	266	243	243
query61	119	117	136	117
query62	807	737	673	673
query63	227	195	191	191
query64	4370	1025	654	654
query65	3219	3128	3130	3128
query66	1128	405	300	300
query67	15683	15659	15247	15247
query68	7941	769	492	492
query69	471	299	262	262
query70	1189	1141	1106	1106
query71	418	296	275	275
query72	5698	3641	3747	3641
query73	747	751	341	341
query74	8997	9113	8755	8755
query75	3347	3148	2712	2712
query76	3270	1176	727	727
query77	607	355	278	278
query78	9862	9901	9309	9309
query79	2691	795	592	592
query80	623	525	438	438
query81	510	328	240	240
query82	678	152	124	124
query83	174	168	155	155
query84	237	87	73	73
query85	794	347	296	296
query86	377	306	295	295
query87	4556	4575	4347	4347
query88	3849	2185	2169	2169
query89	402	319	286	286
query90	1845	190	194	190
query91	140	132	173	132
query92	74	62	55	55
query93	1899	1018	568	568
query94	696	410	289	289
query95	348	265	253	253
query96	487	557	266	266
query97	2823	2814	2736	2736
query98	245	214	204	204
query99	1675	1407	1294	1294
Total cold run time: 271226 ms
Total hot run time: 183407 ms

@doris-robot
Copy link

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

query1	0.04	0.03	0.03
query2	0.08	0.03	0.03
query3	0.23	0.07	0.06
query4	1.62	0.10	0.10
query5	0.43	0.43	0.40
query6	1.17	0.68	0.65
query7	0.03	0.02	0.02
query8	0.04	0.04	0.03
query9	0.59	0.50	0.52
query10	0.57	0.58	0.57
query11	0.15	0.10	0.10
query12	0.15	0.11	0.11
query13	0.62	0.60	0.60
query14	2.68	2.73	2.70
query15	0.93	0.85	0.84
query16	0.37	0.39	0.38
query17	1.07	1.03	1.05
query18	0.21	0.19	0.20
query19	1.91	1.78	1.99
query20	0.01	0.02	0.02
query21	15.37	0.87	0.56
query22	0.75	1.07	0.63
query23	15.10	1.40	0.65
query24	7.03	1.04	1.27
query25	0.50	0.31	0.07
query26	0.58	0.16	0.14
query27	0.05	0.05	0.06
query28	9.21	0.84	0.42
query29	12.56	3.95	3.30
query30	0.25	0.08	0.06
query31	2.82	0.59	0.38
query32	3.21	0.54	0.46
query33	3.03	3.05	3.03
query34	15.83	5.09	4.43
query35	4.53	4.47	4.51
query36	0.65	0.49	0.49
query37	0.09	0.06	0.06
query38	0.05	0.04	0.04
query39	0.03	0.02	0.03
query40	0.18	0.13	0.14
query41	0.09	0.03	0.02
query42	0.03	0.02	0.02
query43	0.03	0.03	0.02
Total cold run time: 104.87 s
Total hot run time: 30.63 s

@wyxxxcat
Copy link
Contributor Author

run p0

@wyxxxcat
Copy link
Contributor Author

run buildall

@doris-robot
Copy link

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

------ Round 1 ----------------------------------
q1	17566	5273	5089	5089
q2	2051	316	180	180
q3	10458	1397	709	709
q4	10305	1025	542	542
q5	8816	2451	2356	2356
q6	223	162	135	135
q7	925	740	600	600
q8	9317	1291	1032	1032
q9	5614	4659	4702	4659
q10	6817	2345	1880	1880
q11	475	277	247	247
q12	365	356	215	215
q13	17791	3688	3101	3101
q14	235	224	210	210
q15	520	472	466	466
q16	628	609	578	578
q17	587	890	339	339
q18	6795	6279	6155	6155
q19	1428	958	554	554
q20	317	329	186	186
q21	2847	2158	2001	2001
q22	361	320	313	313
Total cold run time: 104441 ms
Total hot run time: 31547 ms

----- Round 2, with runtime_filter_mode=off -----
q1	5159	5113	5134	5113
q2	232	326	229	229
q3	2194	2664	2272	2272
q4	1430	1830	1354	1354
q5	4267	4104	4186	4104
q6	207	167	124	124
q7	1898	1895	1760	1760
q8	2558	2625	2687	2625
q9	7213	7026	7107	7026
q10	2982	3181	2751	2751
q11	574	510	490	490
q12	694	770	583	583
q13	3551	3791	3253	3253
q14	288	302	266	266
q15	504	479	457	457
q16	633	668	631	631
q17	1127	1461	1384	1384
q18	7551	7340	7203	7203
q19	796	825	865	825
q20	1932	2014	1869	1869
q21	5353	4993	4749	4749
q22	664	601	563	563
Total cold run time: 51807 ms
Total hot run time: 49631 ms

@doris-robot
Copy link

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

query1	990	377	377	377
query2	6531	1921	1900	1900
query3	6805	213	210	210
query4	26484	23489	23452	23452
query5	4406	672	507	507
query6	297	197	203	197
query7	4615	503	305	305
query8	309	251	231	231
query9	8625	2493	2516	2493
query10	490	314	264	264
query11	15805	15151	14885	14885
query12	170	110	108	108
query13	1654	542	384	384
query14	9734	6615	6318	6318
query15	212	195	175	175
query16	7645	608	444	444
query17	1339	704	558	558
query18	1971	401	310	310
query19	202	191	163	163
query20	127	123	117	117
query21	222	120	106	106
query22	4257	4408	4312	4312
query23	33940	32999	32994	32994
query24	7746	2361	2387	2361
query25	540	465	382	382
query26	1234	289	158	158
query27	2132	484	327	327
query28	3983	2383	2371	2371
query29	704	520	422	422
query30	234	183	189	183
query31	935	863	761	761
query32	72	66	61	61
query33	557	350	297	297
query34	783	858	504	504
query35	805	808	741	741
query36	946	972	896	896
query37	130	100	77	77
query38	4259	4085	4125	4085
query39	1443	1406	1391	1391
query40	207	118	100	100
query41	60	59	53	53
query42	120	100	99	99
query43	509	514	487	487
query44	1289	795	794	794
query45	183	176	163	163
query46	856	1048	637	637
query47	1762	1803	1732	1732
query48	371	411	303	303
query49	799	511	431	431
query50	690	755	399	399
query51	4192	4230	4134	4134
query52	108	106	92	92
query53	231	253	189	189
query54	493	482	433	433
query55	86	80	80	80
query56	280	258	256	256
query57	1115	1145	1074	1074
query58	248	239	241	239
query59	2797	2839	2790	2790
query60	287	264	276	264
query61	123	118	120	118
query62	810	755	678	678
query63	228	188	192	188
query64	4288	1006	717	717
query65	3236	3147	3180	3147
query66	1069	407	307	307
query67	15989	15628	15575	15575
query68	7926	758	485	485
query69	463	301	262	262
query70	1196	1147	1104	1104
query71	411	289	322	289
query72	5756	3544	3754	3544
query73	742	736	355	355
query74	8928	9148	8941	8941
query75	3148	3198	2658	2658
query76	3283	1176	757	757
query77	472	369	273	273
query78	10106	10000	9391	9391
query79	2467	820	598	598
query80	638	584	445	445
query81	503	276	232	232
query82	220	160	121	121
query83	170	173	149	149
query84	239	92	82	82
query85	785	346	301	301
query86	376	291	289	289
query87	4374	4438	4397	4397
query88	3990	2184	2255	2184
query89	383	319	283	283
query90	1927	197	197	197
query91	133	136	105	105
query92	81	61	59	59
query93	2067	1020	573	573
query94	683	407	290	290
query95	359	277	280	277
query96	489	559	267	267
query97	2767	2834	2729	2729
query98	235	205	203	203
query99	1341	1408	1282	1282
Total cold run time: 272417 ms
Total hot run time: 184428 ms

@doris-robot
Copy link

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

query1	0.04	0.03	0.03
query2	0.09	0.03	0.03
query3	0.22	0.07	0.07
query4	1.61	0.10	0.10
query5	0.41	0.42	0.42
query6	1.16	0.65	0.67
query7	0.02	0.02	0.01
query8	0.05	0.04	0.02
query9	0.60	0.52	0.53
query10	0.58	0.58	0.58
query11	0.15	0.10	0.10
query12	0.14	0.10	0.11
query13	0.61	0.59	0.61
query14	2.74	2.80	2.85
query15	0.93	0.85	0.85
query16	0.38	0.39	0.36
query17	0.98	1.03	1.05
query18	0.21	0.19	0.20
query19	1.92	1.82	2.09
query20	0.01	0.02	0.01
query21	15.35	0.92	0.54
query22	0.74	1.16	0.74
query23	14.86	1.39	0.65
query24	6.88	2.13	0.45
query25	0.34	0.37	0.09
query26	0.55	0.17	0.15
query27	0.06	0.05	0.05
query28	8.89	0.91	0.43
query29	12.64	3.97	3.33
query30	0.25	0.09	0.06
query31	2.82	0.61	0.39
query32	3.23	0.56	0.48
query33	2.99	3.02	3.04
query34	15.69	5.12	4.51
query35	4.56	4.54	4.50
query36	0.64	0.50	0.48
query37	0.09	0.06	0.07
query38	0.05	0.04	0.04
query39	0.03	0.03	0.02
query40	0.18	0.14	0.12
query41	0.08	0.03	0.02
query42	0.04	0.02	0.02
query43	0.04	0.03	0.03
Total cold run time: 103.85 s
Total hot run time: 30.46 s

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

Successfully merging this pull request may close these issues.

5 participants