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

ci: build release in dev ci #9788

Merged
merged 10 commits into from
Feb 6, 2023
Merged

ci: build release in dev ci #9788

merged 10 commits into from
Feb 6, 2023

Conversation

everpcpc
Copy link
Member

@everpcpc everpcpc commented Jan 30, 2023

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

Summary about this PR

Closes #9778

@vercel
Copy link

vercel bot commented Jan 30, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated
databend ⬜️ Ignored (Inspect) Feb 6, 2023 at 4:59AM (UTC)

@mergify mergify bot added the pr-build this PR changes build/testing/ci steps label Jan 30, 2023
@everpcpc everpcpc force-pushed the fix-build branch 2 times, most recently from ab97504 to a5ffa08 Compare February 6, 2023 04:57
@everpcpc everpcpc marked this pull request as ready for review February 6, 2023 04:57
@everpcpc
Copy link
Member Author

everpcpc commented Feb 6, 2023

We are not able to comment on PR with actions from forks due to insufficient token permission. I would try other ways later.

@everpcpc
Copy link
Member Author

everpcpc commented Feb 6, 2023

Benchmark for hits with c5.4xlarge

Name Min Max Median Mean StdDev ReadRow ReadByte
Q1 0.01 0.01 0.01 0.01 0.00 1 1
Q2 0.14 0.18 0.15 0.16 0.01 97485587 194971174
Q3 0.16 0.29 0.21 0.21 0.04 99997397 399989588
Q4 0.22 0.28 0.25 0.25 0.01 99997397 799979176
Q5 0.58 0.65 0.59 0.60 0.02 99997397 799979176
Q6 0.79 0.82 0.80 0.80 0.01 99997397 1539621305
Q7 0.12 0.19 0.13 0.14 0.02 99997397 399989588
Q8 0.12 0.23 0.15 0.16 0.03 97485587 194971174
Q9 0.83 0.85 0.84 0.84 0.01 99997397 1199968764
Q10 0.98 1.06 0.99 1.00 0.03 99997397 1599958352
Q11 0.51 0.78 0.52 0.55 0.09 99997397 1623245000
Q12 0.49 0.51 0.50 0.50 0.01 99997397 1823239794
Q13 0.89 0.94 0.90 0.90 0.01 99997397 1539621305
Q14 1.38 1.39 1.38 1.39 0.01 99997397 2339600481
Q15 1.04 1.19 1.06 1.07 0.04 99997397 1739616099
Q16 0.76 0.82 0.77 0.77 0.02 99997397 799979176
Q17 2.53 2.57 2.55 2.55 0.01 99997397 2339600481
Q18 1.59 1.64 1.61 1.61 0.02 99997397 2339600481
Q19 4.63 4.76 4.69 4.69 0.04 99997397 3139579657
Q20 0.03 0.06 0.04 0.04 0.01 387654 3101232
Q21 1.86 1.92 1.89 1.89 0.02 99997397 9838815562
Q22 2.25 2.33 2.28 2.29 0.02 99997397 11378436867
Q23 4.20 4.26 4.22 4.22 0.02 99997397 22465772877
Q24 15.70 15.94 15.82 15.81 0.07 99997397 81370516203
Q25 0.84 1.61 1.18 1.15 0.24 99997397 2339600481
Q26 0.50 1.69 0.70 0.78 0.36 99997397 1539621305
Q27 0.85 0.92 0.90 0.89 0.03 99997397 2339600481
Q28 2.17 2.29 2.21 2.21 0.03 99997397 10238805150
Q30 1.25 1.26 1.26 1.26 0.00 99997397 199994794
Q31 1.07 1.20 1.08 1.09 0.04 99997397 2539595275
Q32 1.75 1.86 1.80 1.80 0.03 99997397 3139579657
Q33 6.16 6.21 6.19 6.18 0.02 99997397 1599958352
Q34 4.13 4.23 4.18 4.18 0.04 99997397 9838815562
Q35 4.15 4.21 4.18 4.18 0.02 99997397 9838815562
Q36 0.65 11.87 0.67 1.01 3.35 99997397 399989588
Q37 0.30 0.36 0.32 0.32 0.02 8946339 869984865
Q38 0.29 0.68 0.31 0.34 0.11 8946339 1128914693
Q39 0.24 0.32 0.29 0.28 0.02 8946339 887877543
Q40 0.58 0.76 0.61 0.63 0.05 8946339 1632164239
Q41 0.27 0.29 0.28 0.28 0.01 8946339 250497492
Q42 0.26 0.29 0.27 0.27 0.01 8946339 214712136
Q43 0.12 0.28 0.26 0.23 0.05 8946339 178926780

@BohuTANG BohuTANG merged commit ed9d43e into databendlabs:main Feb 6, 2023
@everpcpc everpcpc deleted the fix-build branch February 6, 2023 07:14
- name: Q28
query: "SELECT CounterID, AVG(length(URL)) AS l, COUNT(*) AS c FROM hits WHERE URL <> '' GROUP BY CounterID HAVING COUNT(*) > 100000 ORDER BY l DESC LIMIT 25;"
#- name: Q29
# query: "SELECT REGEXP_REPLACE(Referer, '^https?://(?:www\.)?([^/]+)/.*$', '') AS k, AVG(length(Referer)) AS l, COUNT(*) AS c, MIN(Referer) FROM hits WHERE Referer <> '' GROUP BY k HAVING COUNT(*) > 100000 ORDER BY l DESC LIMIT 25;"
Copy link
Member

Choose a reason for hiding this comment

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

SELECT REGEXP_REPLACE(Referer, '^https?://(?:www\.)?([^/]+)/.*$', '$1') AS k, AVG(length(Referer)) AS l, COUNT(*) AS c, MIN(Referer) FROM hits WHERE Referer <> '' GROUP BY k HAVING COUNT(*) > 100000 ORDER BY l DESC LIMIT 25;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-build this PR changes build/testing/ci steps
Projects
None yet
Development

Successfully merging this pull request may close these issues.

perf: add hits dataset for every PR
3 participants