databendlabs / databend

𝗗𝗮𝘁𝗮, 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀 & 𝗔𝗜. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com
https://docs.databend.com
Other
7.91k stars 752 forks source link

Continuous Benchmarking #3084

Closed BohuTANG closed 2 years ago

BohuTANG commented 3 years ago

Summary

DuckDB's benchmarking are very professional here https://duckdb.org/benchmarks/index.html, thanks to DuckDB for providing such a good testing style :D

Follow the style, databend can also integrate tests:

References:

  1. DuckDB website scripts
  2. DuckDB benchmark runner
ZhiHanZ commented 3 years ago

Possible settings:

sundy-li commented 2 years ago

Rust benchmark graph: https://perf.rust-lang.org/

PsiACE commented 2 years ago

https://github.com/datafuselabs/databend-perf/ contains numbers and ontime benchmarks, run on a XXXLarge machine, and collects performance data for nightly releases.

ZhiHanZ commented 2 years ago

I think it could be closed? @BohuTANG