ArroyoSystems / arroyo

Distributed stream processing engine in Rust
https://arroyo.dev
Apache License 2.0
3.8k stars 220 forks source link

Performance benchmark results #743

Open zidaye opened 2 months ago

zidaye commented 2 months ago

hi, Are there any plans to provide any reproducible performance benchmark results? Similar to nexmark project for detection.

mwylde commented 2 months ago

Hi @zidaye,

We do run internal benchmarks using nexmark, and include a nexmark generator within the engine to aid with that. However our process is still somewhat ad-hoc, and we don't have a nice, easily runnable benchmark suite. This is an area where we would love community contribution!