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

cleanup fbm #4315

Merged
merged 1 commit into from
Jan 15, 2025
Merged

cleanup fbm #4315

merged 1 commit into from
Jan 15, 2025

Conversation

sehz
Copy link
Contributor

@sehz sehz commented Jan 13, 2025

focus fbm to only on producer performance test. Remove code related to consumer testing which will be brought back later.

@sehz sehz marked this pull request as draft January 13, 2025 22:14
@sehz sehz changed the title cleanup fem cleanup fbm Jan 13, 2025
@sehz sehz marked this pull request as ready for review January 14, 2025 01:53
@sehz sehz force-pushed the sehz/fvm_cleanup branch 3 times, most recently from 060d489 to 6cdfa0f Compare January 14, 2025 04:14
provide defaults for high performance
@sehz sehz force-pushed the sehz/fvm_cleanup branch from 6cdfa0f to 16b45f9 Compare January 14, 2025 17:04
@sehz sehz requested a review from fraidev January 14, 2025 18:27
@sehz sehz mentioned this pull request Jan 14, 2025
Ok(())
}
pub async fn run_benchmark(config: BenchmarkConfig, all_stats: AllStatsSync) -> Result<()> {
pub async fn run_benchmark(config: BenchmarkConfig) -> Result<()> {
// Create topic for this run

let new_topic = TopicSpec::new_computed(config.num_partitions as u32, 1, None);
Copy link
Contributor

@fraidev fraidev Jan 14, 2025

Choose a reason for hiding this comment

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

Maybe we can create the topic and the connection inside the producer, but no block, I can do this on the next PR

Copy link
Contributor

@fraidev fraidev left a comment

Choose a reason for hiding this comment

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

LGTM

@fraidev fraidev mentioned this pull request Jan 14, 2025
@sehz sehz added this pull request to the merge queue Jan 14, 2025
Merged via the queue into infinyon:master with commit 017d90c Jan 15, 2025
107 checks passed
@sehz sehz deleted the sehz/fvm_cleanup branch January 15, 2025 00:04
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