apache / apache/datafusion

Test our microbenchmarks as part of CI

Open Beginner friendly
#24,868 0 comments 0 reactions 0 assignees View on GitHub
development-process enhancement
Dominant language
Rust
Stars
9.3k
Forks
2.4k
Avg merge
3d 7h
Merged PRs (30d)
344

Description

### Is your feature request related to a problem or challenge?

We can test our benchmarks with `cargo test --benches` which runs in debug & single iteration, just to ensure the benchmark code actually executes. Have seen instances in arrow-rs where some were panicking but we didn't know since we didn't often run those benchmarks

### Describe the solution you'd like

_No response_

### Describe alternatives you've considered

_No response_

### Additional context

- Potentially related to https://github.com/apache/datafusion/issues/15511

Contributor guide

Open the contributing guide

Research direction

Run `cargo test --benches` locally to confirm the intended check, then inspect the repository's existing CI workflows to find the appropriate job. Done means CI executes the microbenchmarks in debug, single-iteration test mode and fails when benchmark code panics; issue #15511 provides related context.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
ci-cd, testing
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.