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

[VL] Daily Update Velox Version (2024_03_07) #4877

Merged
merged 2 commits into from
Mar 8, 2024

Conversation

GlutenPerfBot
Copy link
Contributor

@GlutenPerfBot GlutenPerfBot commented Mar 7, 2024

Rebase velox 2024_03_07

2024-03-06 18:46:35 -0800 09ba220 by Jialiang Tan, Move reclaimer guard to velox/common (#8976)
2024-03-06 16:37:13 -0800 d3a794a by Sergey Pershin, Back out "Hash join changes for probe side spilling support" (#8984)
2024-03-06 14:30:48 -0800 3e5d340 by Deepak Majeti, Add support for sudo in setup scripts (#8943)
2024-03-06 14:28:12 -0800 374b2d6 by xiaoxmeng, Allow async source to take lambda func which capture unique_ptr (#8980)
2024-03-06 13:39:24 -0800 3f24d86 by Wei He, Add custom result verifier for arbitrary() in aggregation fuzzer (#8839)
2024-03-06 12:20:01 -0800 ef7ca61 by rui-mo, Fix createTimestampVector without nulls buffer (#8955)
2024-03-06 09:15:24 -0800 6d9d026 by Daniel Munoz, Fix broken MacOS build. Use TYPED_TEST_SUITE (#8971)
2024-03-06 08:19:15 -0800 f696b56 by Jimmy Lu, Change max wait for actual data fetching to 100ms (#8965)
2024-03-06 05:50:43 -0800 d54b76a by Ma, Rong, Return Status for several utility datetime functions (#8918)

Signed-off-by: glutenperfbot <glutenperfbot@intel-internal.com>
Copy link

github-actions bot commented Mar 7, 2024

Thanks for opening a pull request!

Could you open an issue for this pull request on Github Issues?

https://github.com/oap-project/gluten/issues

Then could you also rename commit message and pull request title in the following format?

[GLUTEN-${ISSUES_ID}][COMPONENT]feat/fix: ${detailed message}

See also:

@PHILO-HE PHILO-HE force-pushed the 2024_03_07 branch 3 times, most recently from bbf2e07 to fc7696f Compare March 7, 2024 13:28
@PHILO-HE
Copy link
Contributor

PHILO-HE commented Mar 8, 2024

/Benchmark Velox

@GlutenPerfBot
Copy link
Contributor Author

===== Performance report for TPCH SF2000 with Velox backend, for reference only ====

query log/native_4877_time.csv log/native_master_03_06_2024_bddc3fd79_time.csv difference percentage
q1 37.25 38.77 1.527 104.10%
q2 24.16 24.36 0.194 100.80%
q3 37.01 39.60 2.585 106.98%
q4 37.74 37.58 -0.164 99.57%
q5 71.17 69.92 -1.245 98.25%
q6 5.76 8.34 2.576 144.72%
q7 85.71 84.40 -1.315 98.47%
q8 85.38 86.73 1.357 101.59%
q9 117.85 119.49 1.641 101.39%
q10 44.35 43.18 -1.166 97.37%
q11 20.20 20.86 0.667 103.30%
q12 27.60 28.05 0.448 101.62%
q13 46.76 44.55 -2.213 95.27%
q14 18.20 17.03 -1.174 93.55%
q15 30.73 28.15 -2.584 91.59%
q16 13.00 14.07 1.074 108.26%
q17 101.20 101.46 0.260 100.26%
q18 143.88 145.26 1.386 100.96%
q19 15.00 13.99 -1.012 93.26%
q20 29.28 28.21 -1.064 96.37%
q21 228.53 224.18 -4.351 98.10%
q22 13.63 14.99 1.355 109.94%
total 1234.39 1233.17 -1.217 99.90%

@PHILO-HE PHILO-HE merged commit c2a030f into apache:main Mar 8, 2024
18 checks passed
@GlutenPerfBot
Copy link
Contributor Author

===== Performance report for TPCH SF2000 with Velox backend, for reference only ====

query log/native_4877_time.csv log/native_master_03_06_2024_bddc3fd79_time.csv difference percentage
q1 37.80 38.77 0.971 102.57%
q2 23.97 24.36 0.387 101.61%
q3 39.47 39.60 0.133 100.34%
q4 37.60 37.58 -0.024 99.94%
q5 70.57 69.92 -0.650 99.08%
q6 7.65 8.34 0.688 109.00%
q7 81.58 84.40 2.818 103.45%
q8 85.86 86.73 0.876 101.02%
q9 125.40 119.49 -5.913 95.28%
q10 44.91 43.18 -1.726 96.16%
q11 19.61 20.86 1.254 106.40%
q12 28.34 28.05 -0.286 98.99%
q13 47.32 44.55 -2.777 94.13%
q14 17.14 17.03 -0.113 99.34%
q15 30.77 28.15 -2.627 91.46%
q16 14.69 14.07 -0.617 95.80%
q17 99.88 101.46 1.576 101.58%
q18 140.14 145.26 5.122 103.66%
q19 14.82 13.99 -0.826 94.43%
q20 26.55 28.21 1.668 106.28%
q21 226.18 224.18 -1.994 99.12%
q22 13.72 14.99 1.270 109.26%
total 1233.96 1233.17 -0.790 99.94%

taiyang-li pushed a commit to bigo-sg/gluten that referenced this pull request Mar 25, 2024
Co-authored-by: PHILO-HE <feilong.he@intel.com>
taiyang-li pushed a commit to bigo-sg/gluten that referenced this pull request Oct 8, 2024
Co-authored-by: PHILO-HE <feilong.he@intel.com>
taiyang-li pushed a commit to bigo-sg/gluten that referenced this pull request Oct 9, 2024
Co-authored-by: PHILO-HE <feilong.he@intel.com>
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.

2 participants