Canner / wren-engine

🤖 The semantic engine for LLMs, bringing semantic context to AI agents. 🔥
https://getwren.ai/oss
Apache License 2.0
129 stars 34 forks source link

chore(core): introduce the benchmark framework for Wren core Rust #805

Closed goldmedal closed 1 month ago

goldmedal commented 1 month ago

Description

This PR follows how DataFusion implements their benchmark. For Wren core, we only measure the time to plan SQL. We won't actually execute the query.

See more detail in README.md

Supported Benchmark