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

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

Merged
merged 5 commits into from
Sep 27, 2024

Conversation

goldmedal
Copy link
Contributor

@goldmedal goldmedal commented Sep 26, 2024

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

  • TPC-H

Copy link
Contributor

@grieve54706 grieve54706 left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks @goldmedal.

@grieve54706 grieve54706 merged commit 57ff8e9 into Canner:main Sep 27, 2024
12 checks passed
@goldmedal goldmedal deleted the chore/add-benchmark branch September 27, 2024 04:56
grieve54706 pushed a commit that referenced this pull request Dec 13, 2024
* implement the benchmark framework

* add tpch query

* add readme and compare script

* update gitignore

* taplo fmt
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